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 Enable SVS by default.



details:   https://anonhg.NetBSD.org/src/rev/4d798f1b9916
branches:  trunk
changeset: 830119:4d798f1b9916
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Feb 26 05:52:50 2018 +0000

description:
Enable SVS by default.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b39813cd04ea -r 4d798f1b9916 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Feb 26 05:47:03 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Feb 26 05:52:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.484 2018/01/27 21:46:54 pgoyette Exp $
+# $NetBSD: GENERIC,v 1.485 2018/02/26 05:52:50 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.484 $"
+#ident         "GENERIC-$Revision: 1.485 $"
 
 maxusers       64              # estimated number of users
 
@@ -75,7 +75,7 @@
 
 # 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)



Home | Main Index | Thread Index | Old Index