Module Name:    src
Committed By:   dholland
Date:           Sat Nov 26 00:34:01 UTC 2016

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
Note that really old compat is only useful for running 32-bit binaries.

XXX: someone please indicate what the oldest possible extant x86_64
binaries are; I can't find an authoritative source.


To generate a diff of this commit:
cvs rdiff -u -r1.440 -r1.441 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.440 src/sys/arch/amd64/conf/GENERIC:1.441
--- src/sys/arch/amd64/conf/GENERIC:1.440	Fri Nov 25 23:33:46 2016
+++ src/sys/arch/amd64/conf/GENERIC	Sat Nov 26 00:34:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.440 2016/11/25 23:33:46 dholland Exp $
+# $NetBSD: GENERIC,v 1.441 2016/11/26 00:34:01 dholland 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.440 $"
+#ident 		"GENERIC-$Revision: 1.441 $"
 
 maxusers	64		# estimated number of users
 
@@ -110,6 +110,7 @@ makeoptions	DEBUG="-g"	# compile full sy
 options 	KDTRACE_HOOKS	# kernel DTrace hooks
 
 # Compatibility options
+# (note that really old compat is only useful for 32-bit binaries)
 #options	EXEC_AOUT	# required by binaries from before 1.5
 #options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
 #options 	COMPAT_09	# NetBSD 0.9,

Reply via email to