Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Add COMPAT_NETBSD32 and COMPAT_LINUX32 t...
details: https://anonhg.NetBSD.org/src/rev/6c0c418e78e7
branches: trunk
changeset: 795352:6c0c418e78e7
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Apr 08 21:51:11 2014 +0000
description:
Add COMPAT_NETBSD32 and COMPAT_LINUX32 to amd64/ALL.
diffstat:
sys/arch/amd64/conf/ALL | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 90090594d551 -r 6c0c418e78e7 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Tue Apr 08 21:51:06 2014 +0000
+++ b/sys/arch/amd64/conf/ALL Tue Apr 08 21:51:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.3 2014/04/08 19:42:13 christos Exp $
+# $NetBSD: ALL,v 1.4 2014/04/08 21:51:11 riastradh Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.3 $"
+#ident "ALL-$Revision: 1.4 $"
maxusers 64 # estimated number of users
@@ -145,9 +145,11 @@
options COMPAT_386BSD_MBRPART # recognize old partition ID
options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
+options COMPAT_NETBSD32 # NetBSD 32-bit
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
+options COMPAT_LINUX32 # binary compatibility with Linux 32-bit
options COMPAT_FREEBSD # binary compatibility with FreeBSD
options COMPAT_NDIS # NDIS network driver
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Home |
Main Index |
Thread Index |
Old Index