Module Name:    src
Committed By:   dholland
Date:           Sat Nov 26 01:09:33 UTC 2016

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

Log Message:
1.6 was the first amd64 release. (although it didn't really work too well
before -5)


To generate a diff of this commit:
cvs rdiff -u -r1.441 -r1.442 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.441 src/sys/arch/amd64/conf/GENERIC:1.442
--- src/sys/arch/amd64/conf/GENERIC:1.441	Sat Nov 26 00:34:01 2016
+++ src/sys/arch/amd64/conf/GENERIC	Sat Nov 26 01:09:33 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.441 2016/11/26 00:34:01 dholland Exp $
+# $NetBSD: GENERIC,v 1.442 2016/11/26 01:09:33 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.441 $"
+#ident 		"GENERIC-$Revision: 1.442 $"
 
 maxusers	64		# estimated number of users
 
@@ -110,7 +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)
+# (note that really old compat (< 1.6) 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