From 827d623ef859a5b29e2d800ef03f5c5f3739b7b2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 16 Jan 1997 07:43:27 +0000 Subject: [PATCH] Document INCLUDE_CONFIG_FILE. --- sys/conf/NOTES | 6 ++++++ sys/i386/conf/LINT | 6 ++++++ sys/i386/conf/NOTES | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1c8d40905f5..2690d762b62 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 1c8d40905f5..2690d762b62 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 1c8d40905f5..2690d762b62 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'