diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1c8d40905f5a..2690d762b626 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 1c8d40905f5a..2690d762b626 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 1c8d40905f5a..2690d762b626 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'