diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-01-15 11:54:31 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-01-15 11:54:31 +0000 |
| commit | 892f21a68124e1d4fbe7e5a5b6f46227441edf00 (patch) | |
| tree | 318ba96c61a80ed6b4dbf241ae9e2e6d2488caef /sys/pc98 | |
| parent | 9703f72989b4e150cd85c5eede0bcbecfafff410 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -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 b8a2ec655ede..d9dafa6ef701 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 |
