summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorGordon Willem Klok <gwk@cvs.openbsd.org>2006-06-13 03:01:05 +0000
committerGordon Willem Klok <gwk@cvs.openbsd.org>2006-06-13 03:01:05 +0000
commit8a6f1477abe14b169bc7e1977f9a9ff9e77cf09d (patch)
treed3cfaddcb92885d546d5280df7015ab6f73b1770 /sys/arch/i386/conf
parent482ad5e66b0a1212d730146a456a67bd6e3603b5 (diff)
Kernel virtual mode 8086, currently disabled in GENERIC.
lots of help at c2k6 and after from toby@, ok toby@, mickey@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index e9725b5bcaa..eda3cab202b 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.504 2006/06/07 18:47:16 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.505 2006/06/13 03:01:04 gwk Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -22,6 +22,7 @@ option I686_CPU
option USER_PCICONF # user-space PCI configuration
#option VM86 # Virtual 8086 emulation
+#option KVM86 # Kernel Virtual 8086 emulation
option USER_LDT # user-settable LDT; see i386_set_ldt(2)
option APERTURE # in-kernel aperture driver for XFree86