Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/netwinder/conf Add COMPAT_LINUX.



details:   https://anonhg.NetBSD.org/src/rev/7cde7f3fd991
branches:  trunk
changeset: 524979:7cde7f3fd991
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 03 04:23:04 2002 +0000

description:
Add COMPAT_LINUX.

diffstat:

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

diffs (27 lines):

diff -r 80059c4bbe00 -r 7cde7f3fd991 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Wed Apr 03 04:15:59 2002 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Wed Apr 03 04:23:04 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.18 2002/04/03 03:25:55 thorpej Exp $
+# $NetBSD: GENERIC,v 1.19 2002/04/03 04:23:04 thorpej Exp $
 #
 # GENERIC machine description file
 # 
@@ -104,6 +104,8 @@
 #options       COMPAT_09       # NetBSD 0.9 compatibility.
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
+options        COMPAT_LINUX    # binary compatibility with Linux
+
 # Shared memory options
 
 options        SYSVMSG         # System V-like message queues
@@ -143,7 +145,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=210000
+options        SYMTAB_SPACE=230000
 
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index