aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2009-01-13 12:35:33 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2009-01-13 12:35:33 +0000
commit650ea0d62e6926670f0e03d99e0cf99f36830965 (patch)
tree3bda5b6ae0ad2d8cc1dd348ee5cf63883cbe697c /sys/i386/conf/GENERIC
parent2ca710fbbc9242bcaaf08e17d46fe10267247050 (diff)
downloadsrc-650ea0d62e6926670f0e03d99e0cf99f36830965.tar.gz
src-650ea0d62e6926670f0e03d99e0cf99f36830965.zip
Documentation-only change:
- add a reference to the config(5) manpage; - hopefully clarify the format of the 'env FILENAME' directive. I am putting these notes in sys/${arch}/conf/GENERIC and not in sys/conf/NOTES because: 1. i386/GENERIC already had reference to a similar option (hints..) and to documentation (handbook) 2. GENERIC is what most users look at when they have to modify or create a new kernel config, so having the suggestion there is more effective. I am only touching i386 and amd64 because the other GENERIC files are already out of sync, and I am not sure what is the overall plan. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=187144
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b15bb9fed992..22d59223bbc4 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,8 +1,8 @@
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
-# 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
#
@@ -28,9 +28,9 @@ ident GENERIC
# 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' , same as for hints files.
+# is 'variable=value', see kenv(1)
#
-# env "my_kenv_variables"
+# env "GENERIC.env"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols