Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/sys/arch/i386/conf Apply patch (requested by maxv in ti...
details: https://anonhg.NetBSD.org/src/rev/f5c162c9ae1d
branches: netbsd-7-0
changeset: 801377:f5c162c9ae1d
user: snj <snj%NetBSD.org@localhost>
date: Thu Aug 24 06:50:16 2017 +0000
description:
Apply patch (requested by maxv in ticket #1463):
i386 GENERIC: disable VM86 by default.
diffstat:
sys/arch/i386/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 05c4d65e7132 -r f5c162c9ae1d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Aug 20 05:43:07 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu Aug 24 06:50:16 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1107.2.8 2015/06/05 16:52:39 snj Exp $
+# $NetBSD: GENERIC,v 1.1107.2.8.2.1 2017/08/24 06:50:16 snj Exp $
#
# GENERIC machine description file
#
@@ -22,12 +22,12 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1107.2.8 $"
+#ident "GENERIC-$Revision: 1.1107.2.8.2.1 $"
maxusers 64 # estimated number of users
# CPU-related options.
-options VM86 # virtual 8086 emulation
+#options VM86 # virtual 8086 emulation
options USER_LDT # user-settable LDT; used by WINE
#options PAE # PAE mode (36 bits physical addressing)
Home |
Main Index |
Thread Index |
Old Index