Document the VM86 option.

Reminded-by:	John-Mark Gurney
This commit is contained in:
Jonathan Lemon 1997-08-28 15:00:05 +00:00
parent ad47cbca85
commit adeb9a12ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28874
3 changed files with 24 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.358 1997/08/19 17:11:35 peter Exp $
# $Id: LINT,v 1.359 1997/08/28 12:18:07 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -227,6 +227,13 @@ options SYSVMSG
#
options "MD5"
#
# Allow processes to switch to vm86 mode, as well as enabling direct
# user-mode access to the I/O port space. This option is necessary for
# the doscmd emulator to run.
#
options "VM86"
#####################################################################
# DEBUGGING OPTIONS

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.358 1997/08/19 17:11:35 peter Exp $
# $Id: LINT,v 1.359 1997/08/28 12:18:07 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -227,6 +227,13 @@ options SYSVMSG
#
options "MD5"
#
# Allow processes to switch to vm86 mode, as well as enabling direct
# user-mode access to the I/O port space. This option is necessary for
# the doscmd emulator to run.
#
options "VM86"
#####################################################################
# DEBUGGING OPTIONS

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.358 1997/08/19 17:11:35 peter Exp $
# $Id: LINT,v 1.359 1997/08/28 12:18:07 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -227,6 +227,13 @@ options SYSVMSG
#
options "MD5"
#
# Allow processes to switch to vm86 mode, as well as enabling direct
# user-mode access to the I/O port space. This option is necessary for
# the doscmd emulator to run.
#
options "VM86"
#####################################################################
# DEBUGGING OPTIONS