mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Document INCLUDE_CONFIG_FILE.
This commit is contained in:
parent
ea295661f9
commit
827d623ef8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21758
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user