From 8a6f1477abe14b169bc7e1977f9a9ff9e77cf09d Mon Sep 17 00:00:00 2001 From: Gordon Willem Klok Date: Tue, 13 Jun 2006 03:01:05 +0000 Subject: Kernel virtual mode 8086, currently disabled in GENERIC. lots of help at c2k6 and after from toby@, ok toby@, mickey@ --- sys/arch/i386/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3