Document the VM86 option by adding it to the GENERIC* kernel config

files.  Note, the option is disabled by default (comment out).  This
is meant as an example for others.
This commit is contained in:
thorpej 1996-04-25 18:59:14 +00:00
parent 07beed1117
commit 09407a4201
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.42 1996/04/25 02:23:38 thorpej Exp $
# $NetBSD: GENERIC,v 1.43 1996/04/25 18:59:14 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -9,6 +9,7 @@ options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
options I586_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICADP,v 1.18 1996/04/25 02:23:40 thorpej Exp $
# $NetBSD: GENERICADP,v 1.19 1996/04/25 18:59:17 thorpej Exp $
#
# GENERICADP -- everything that's currently supported, except non-
# Adaptec SCSI controllers.
@ -10,6 +10,7 @@ options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
options I586_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICOTHER,v 1.17 1996/04/25 02:23:42 thorpej Exp $
# $NetBSD: GENERICOTHER,v 1.18 1996/04/25 18:59:21 thorpej Exp $
#
# GENERICOTHER -- everything that's currently supported, except
# Adaptec SCSI controllers.
@ -10,6 +10,7 @@ options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
options I586_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value