Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/1ec2297e374d
branches:  trunk
changeset: 500613:1ec2297e374d
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 18:28:30 2000 +0000

description:
Add COMPAT_LINUX.

diffstat:

 sys/arch/alpha/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r cc4d9fd53c9b -r 1ec2297e374d sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Thu Dec 14 18:10:35 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Thu Dec 14 18:28:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.173 2000/11/26 17:44:07 ad Exp $
+# $NetBSD: GENERIC,v 1.174 2000/12/14 18:28:30 mycroft Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.173 $"
+#ident                 "GENERIC-$Revision: 1.174 $"
 
 maxusers 32
 
@@ -75,6 +75,9 @@
 # OSF/1 binary compatibility
 options        COMPAT_OSF1
 
+# Linux binary compatibility
+options        COMPAT_LINUX
+
 # System V-like message queues
 options        SYSVMSG
 



Home | Main Index | Thread Index | Old Index