aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 634af92aa385..72f2a3a48970 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.534 1999/01/13 09:55:19 yokota Exp $
+# $Id: LINT,v 1.535 1999/01/15 10:00:11 bde 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
@@ -232,6 +232,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
options "COMPAT_43"
#
+# Statically compile in the i386 a.out LKM compatability support.
+# Also available as an KLD module.
+#
+options LKM
+
+#
# Allow user-mode programs to manipulate their local descriptor tables.
# This option is required for the WINE Windows(tm) emulator, and is
# not used by anything else (that we know of).