summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-01-19 17:20:34 +0000
committerjhb <jhb@FreeBSD.org>2010-01-19 17:20:34 +0000
commit0ab6ce0ba0bce27067280abbb3d31f887f040380 (patch)
tree5d014f3d46ae8e6bf2c5084058a689afd0db08bc /sys/amd64
parent0e18e3f232b7dd6f62026877eb76793da2f00a3a (diff)
downloadFreeBSD-src-0ab6ce0ba0bce27067280abbb3d31f887f040380.zip
FreeBSD-src-0ab6ce0ba0bce27067280abbb3d31f887f040380.tar.gz
Move the examples for the 'hints' and 'env' keywords from various GENERIC
kernel configs into NOTES. Reviewed by: imp
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC9
-rw-r--r--sys/amd64/conf/XENHVM9
2 files changed, 0 insertions, 18 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b308b97..1876c64 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -21,15 +21,6 @@
cpu HAMMER
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/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM
index f875f5a..4c1981c 100644
--- a/sys/amd64/conf/XENHVM
+++ b/sys/amd64/conf/XENHVM
@@ -21,15 +21,6 @@
cpu HAMMER
ident XENHVM
-# 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
makeoptions MODULES_OVERRIDE=""
OpenPOWER on IntegriCloud