diff options
author | nyan <nyan@FreeBSD.org> | 2009-01-15 11:54:31 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2009-01-15 11:54:31 +0000 |
commit | b5dbfe1e63e80aca30190452f78779af0ed82a77 (patch) | |
tree | 318ba96c61a80ed6b4dbf241ae9e2e6d2488caef /sys | |
parent | 67abf0d9075018e614d3ed6921238ed3afcc9626 (diff) | |
download | FreeBSD-src-b5dbfe1e63e80aca30190452f78779af0ed82a77.zip FreeBSD-src-b5dbfe1e63e80aca30190452f78779af0ed82a77.tar.gz |
MFi386: 187144
Documentation-only change:
- add a reference to the config(5) manpage;
- hopefully clarify the format of the 'env FILENAME' directive.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/conf/GENERIC | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index b8a2ec6..d9dafa6 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -1,8 +1,8 @@ # # GENERIC -- Generic kernel configuration file for FreeBSD/pc98 # -# For more information on this file, please read the handbook section on -# Kernel Configuration Files: +# For more information on this file, please read the config(5) manual page, +# and/or the handbook section on Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # @@ -26,6 +26,12 @@ ident GENERIC # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. +# Use the following to compile in values accessible to the kernel +# through getenv() (or kenv(1) in userland). The format of the file +# is 'variable=value', see kenv(1) +# +# env "GENERIC.env" + makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler |