Date: Thu, 14 Dec 1995 06:35:40 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s machdep.c trap.c Message-ID: <199512141435.GAA04874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 95/12/14 06:35:39 Modified: sys/i386/conf GENERIC LINT files.i386 sys/i386/i386 exception.s machdep.c trap.c Log: GENERIC/LINT: Remove redundant quoting on some option lines. LINT: add a couple of new/missing/undocumented options files.i386: add linux code so that you can compile a kernel with static linux emulation ("options LINUX") i386/*: use #if defined(COMPAT_LINUX) || defined(LINUX) to enable static support of linux emulation (just like "IBCS2" makes ibcs2 static) The main thing this is going to make obvious, is that the LINUX code (when compiled from LINT) has a lot of warnings, some of which dont look too pleasant.. Revision Changes Path 1.55 +4 -4 src/sys/i386/conf/GENERIC 1.222 +19 -16 src/sys/i386/conf/LINT 1.118 +12 -1 src/sys/i386/conf/files.i386 1.12 +3 -3 src/sys/i386/i386/exception.s 1.159 +3 -3 src/sys/i386/i386/machdep.c 1.66 +3 -3 src/sys/i386/i386/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512141435.GAA04874>