summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1997-08-28 15:00:05 +0000
committerjlemon <jlemon@FreeBSD.org>1997-08-28 15:00:05 +0000
commitea696ab64a99480c96db75fad37104d08897c7b2 (patch)
tree57a7838d75bb7a4a5344876943b68eff799f7060 /sys/conf/NOTES
parent37d5350c7b8ea22356f2213206223c522dc7b18a (diff)
downloadFreeBSD-src-ea696ab64a99480c96db75fad37104d08897c7b2.zip
FreeBSD-src-ea696ab64a99480c96db75fad37104d08897c7b2.tar.gz
Document the VM86 option.
Reminded-by: John-Mark Gurney
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9bb9dd8..1761da2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud