summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-16 07:43:27 +0000
committerjkh <jkh@FreeBSD.org>1997-01-16 07:43:27 +0000
commit5a3e6625e1912865dec056af0e6f35350e5d5534 (patch)
tree1d7913c5809e7a68794626c039bcc4a59b6b7f93
parentf8e72105a5622d280aab7ae134a07e8f0f950805 (diff)
downloadFreeBSD-src-5a3e6625e1912865dec056af0e6f35350e5d5534.zip
FreeBSD-src-5a3e6625e1912865dec056af0e6f35350e5d5534.tar.gz
Document INCLUDE_CONFIG_FILE.
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 18 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1c8d409..2690d76 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -85,6 +85,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
# and choose functionality over speed (on the widest variety of systems).
options FAILSAFE
+# This allows you to actually store this configuration file into
+# the kernel binary itself, where it may be later read by saying:
+# strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
+#
+options INCLUDE_CONFIG_FILE # Include this file in kernel
+
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 1c8d409..2690d76 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -85,6 +85,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
# and choose functionality over speed (on the widest variety of systems).
options FAILSAFE
+# This allows you to actually store this configuration file into
+# the kernel binary itself, where it may be later read by saying:
+# strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
+#
+options INCLUDE_CONFIG_FILE # Include this file in kernel
+
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1c8d409..2690d76 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -85,6 +85,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
# and choose functionality over speed (on the widest variety of systems).
options FAILSAFE
+# This allows you to actually store this configuration file into
+# the kernel binary itself, where it may be later read by saying:
+# strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
+#
+options INCLUDE_CONFIG_FILE # Include this file in kernel
+
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
OpenPOWER on IntegriCloud