aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-17 19:09:41 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-17 19:09:41 +0000
commit90b66aad9f92eb3b04cee6638ec8e9b9fcf9b0a3 (patch)
tree6a59ffe0cabe660a80836101b6aa739396d326ed /sys/conf
parent72a3f9e4d19cc3c3781925c2f4af08a39c066451 (diff)
downloadsrc-90b66aad9f92eb3b04cee6638ec8e9b9fcf9b0a3.tar.gz
src-90b66aad9f92eb3b04cee6638ec8e9b9fcf9b0a3.zip
Add LKM option so that the remaining code (hopefully) doesn't go stale.
Notes
Notes: svn path=/head/; revision=42761
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).