Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf Added COMPAT_LINUX and COMPAT_ULTRIX (...



details:   https://anonhg.NetBSD.org/src/rev/f05b8954bddc
branches:  trunk
changeset: 532862:f05b8954bddc
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Jun 16 21:03:36 2002 +0000

description:
Added COMPAT_LINUX and COMPAT_ULTRIX (commented out)

diffstat:

 sys/arch/sgimips/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 0c70aaf9c77b -r f05b8954bddc sys/arch/sgimips/conf/GENERIC
--- a/sys/arch/sgimips/conf/GENERIC     Sun Jun 16 20:54:28 2002 +0000
+++ b/sys/arch/sgimips/conf/GENERIC     Sun Jun 16 21:03:36 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.3 2002/06/16 20:54:28 manu Exp $
+#      $NetBSD: GENERIC,v 1.4 2002/06/16 21:03:36 manu Exp $
 #
 # GENERIC machine description file
 # 
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.3 $"
+#ident         "GENERIC-$Revision: 1.4 $"
 
 maxusers       32
 
@@ -78,6 +78,8 @@
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 #options       COMPAT_IRIX     # binary compatibility with IRIX
+#options       COMPAT_LINUX    # binary compatibility with Linux
+#options       COMPAT_ULTRIX   # binary compatibility with Ultrix 
 
 # File systems
 file-system    FFS             # UFS



Home | Main Index | Thread Index | Old Index