diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-12-08 12:27:27 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-12-08 12:27:27 +0000 |
commit | 144122e012eadbcd0af3be40074922b66096dbe1 (patch) | |
tree | 2da4e6c1a5d50326e5db8441557773d6eb5bb676 /sys/arch/i386 | |
parent | ce016469568e8c319740700c7f8fb0c6d16e5a49 (diff) |
Bye bye options KVM86 and VM86
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8bc29287dbd..5e866cc1d4f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.846 2019/12/06 09:48:01 mpi Exp $ +# $OpenBSD: GENERIC,v 1.847 2019/12/08 12:27:26 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -15,7 +15,6 @@ maxusers 80 # estimated number of users option USER_PCICONF # user-space PCI configuration -option KVM86 # Kernel Virtual 8086 emulation option APERTURE # in-kernel aperture driver for XFree86 option MTRR # CPU memory range attributes control |