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 options to run a.out i386 binaries (...
details: https://anonhg.NetBSD.org/src/rev/7a1b493bc9fc
branches: trunk
changeset: 805003:7a1b493bc9fc
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 12 01:13:40 2014 +0000
description:
Add options to run a.out i386 binaries (commented out)
diffstat:
sys/arch/amd64/conf/GENERIC | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 0ffdfb7a0839 -r 7a1b493bc9fc sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Thu Dec 11 23:35:31 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC Fri Dec 12 01:13:40 2014 +0000
@@ -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 @@
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 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
Home |
Main Index |
Thread Index |
Old Index