Document INCLUDE_CONFIG_FILE.

This commit is contained in:
Jordan K. Hubbard 1997-01-16 07:43:27 +00:00
parent ea295661f9
commit 827d623ef8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21758
3 changed files with 18 additions and 0 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'