diff options
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
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' |