Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Enable COMPAT_LINUX



details:   https://anonhg.NetBSD.org/src/rev/3ae6b9168715
branches:  trunk
changeset: 533994:3ae6b9168715
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 12 05:30:24 2002 +0000

description:
Enable COMPAT_LINUX

diffstat:

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

diffs (27 lines):

diff -r 4a059f6e9c2c -r 3ae6b9168715 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Jul 12 05:20:46 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Jul 12 05:30:24 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.138 2002/07/09 10:14:18 hamajima Exp $
+# $NetBSD: GENERIC,v 1.139 2002/07/12 05:30:24 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.138 $"
+#ident                 "GENERIC-$Revision: 1.139 $"
 
 maxusers       32
 
@@ -70,7 +70,7 @@
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_43       # and 4.3BSD
 #options       COMPAT_386BSD_MBRPART # recognize old partition ID
-#options       COMPAT_LINUX    # Linux binary compatibility
+options        COMPAT_LINUX    # Linux binary compatibility
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # File systems



Home | Main Index | Thread Index | Old Index