diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-06-13 03:01:05 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-06-13 03:01:05 +0000 |
commit | 8a6f1477abe14b169bc7e1977f9a9ff9e77cf09d (patch) | |
tree | d3cfaddcb92885d546d5280df7015ab6f73b1770 /sys/arch/i386/conf | |
parent | 482ad5e66b0a1212d730146a456a67bd6e3603b5 (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/GENERIC | 3 |
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 |