diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 586165a74211..da127cfe36a1 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,8 +1,8 @@ # # GENERIC -- Generic kernel configuration file for FreeBSD/amd64 # -# 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 # @@ -24,6 +24,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_ULE # ULE scheduler 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