Module Name: src
Committed By: maxv
Date: Sun Jan 7 16:10:52 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Don't enable SVS yet.
To generate a diff of this commit:
cvs rdiff -u -r1.477 -r1.478 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.477 src/sys/arch/amd64/conf/GENERIC:1.478
--- src/sys/arch/amd64/conf/GENERIC:1.477 Sun Jan 7 16:10:16 2018
+++ src/sys/arch/amd64/conf/GENERIC Sun Jan 7 16:10:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.477 2018/01/07 16:10:16 maxv Exp $
+# $NetBSD: GENERIC,v 1.478 2018/01/07 16:10:52 maxv 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.477 $"
+#ident "GENERIC-$Revision: 1.478 $"
maxusers 64 # estimated number of users
@@ -75,7 +75,7 @@ options SYSCTL_INCLUDE_DESCR # Include
# CPU-related options
#options USER_LDT # user-settable LDT; used by WINE
-options SVS # Separate Virtual Space
+#options SVS # Separate Virtual Space
# CPU features
acpicpu* at cpu? # ACPI CPU (including frequency scaling)