Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf Comment out the mismatched ...



details:   https://anonhg.NetBSD.org/src/rev/fc8b6a011f40
branches:  sommerfeld_i386mp_1
changeset: 482352:fc8b6a011f40
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Jan 07 19:36:48 2001 +0000

description:
Comment out the mismatched COMPAT_* for now

diffstat:

 sys/arch/i386/conf/GENERIC |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 687882f1a36c -r fc8b6a011f40 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Jan 07 19:36:11 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Jan 07 19:36:48 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.300.2.10 2000/12/29 21:38:40 sommerfeld Exp $
+#      $NetBSD: GENERIC,v 1.300.2.11 2001/01/07 19:36:48 sommerfeld Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.300.2.10 $"
+#ident                 "GENERIC-$Revision: 1.300.2.11 $"
 
 maxusers       32              # estimated number of users
 
@@ -78,10 +78,10 @@
 options        COMPAT_43       # and 4.3BSD
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
 
-options        COMPAT_SVR4     # binary compatibility with SVR4
-options        COMPAT_IBCS2    # binary compatibility with SCO and ISC
-options        COMPAT_LINUX    # binary compatibility with Linux
-options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
+#options       COMPAT_SVR4     # binary compatibility with SVR4
+#options       COMPAT_IBCS2    # binary compatibility with SCO and ISC
+#options       COMPAT_LINUX    # binary compatibility with Linux
+#options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 #options        COMPAT_PECOFF   # kernel support to run Win32 apps
 
 # File systems



Home | Main Index | Thread Index | Old Index