Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch/i386/conf Apply patch (requested by maxv in tick...



details:   https://anonhg.NetBSD.org/src/rev/1a31d62b1007
branches:  netbsd-6
changeset: 777237:1a31d62b1007
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Aug 26 16:26:46 2017 +0000

description:
Apply patch (requested by maxv in ticket #1466):
Disable vm86 by default. The use case is limited, and the potential
for damage is too high.

diffstat:

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

diffs (24 lines):

diff -r 8d1c27486352 -r 1a31d62b1007 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Aug 23 19:38:31 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Aug 26 16:26:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1066.2.7 2012/08/15 15:33:00 sborrill Exp $
+# $NetBSD: GENERIC,v 1.1066.2.8 2017/08/26 16:26:46 snj Exp $
 #
 # GENERIC machine description file
 #
@@ -22,12 +22,12 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1066.2.7 $"
+#ident                 "GENERIC-$Revision: 1.1066.2.8 $"
 
 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