Module Name: src
Committed By: christos
Date: Fri Dec 12 01:13:40 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Add options to run a.out i386 binaries (commented out)
To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 src/sys/arch/amd64/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.404 src/sys/arch/amd64/conf/GENERIC:1.405
--- src/sys/arch/amd64/conf/GENERIC:1.404 Sun Nov 16 11:01:40 2014
+++ src/sys/arch/amd64/conf/GENERIC Thu Dec 11 20:13:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.404 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.405 2014/12/12 01:13:40 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.404 $"
+#ident "GENERIC-$Revision: 1.405 $"
maxusers 64 # estimated number of users
@@ -129,6 +129,16 @@ options COMPAT_LINUX32 # req. COMPAT_LI
options EXEC_ELF32
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+# The following options are for running i386 binaries for pre-1.6
+#options EXEC_AOUT
+#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
+#options COMPAT_09 # NetBSD 0.9,
+#options COMPAT_10 # NetBSD 1.0,
+#options COMPAT_11 # NetBSD 1.1,
+#options COMPAT_12 # NetBSD 1.2 (and 386BSD and BSDI),
+#options COMPAT_13 # NetBSD 1.3 (and 386BSD and BSDI),
+#options COMPAT_14 # NetBSD 1.4,
+
# Wedge support
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges