summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-06-03 22:24:57 +0000
committerdteske <dteske@FreeBSD.org>2015-06-03 22:24:57 +0000
commitf38383848ae03970bc8fe8041f3e4bef444429f2 (patch)
treea0648e427065b3d18a2d6a654db548ddfee70d8c /sys/boot/forth
parentd77c39991baf0292c7c9b7926a6d839953156b84 (diff)
downloadFreeBSD-src-f38383848ae03970bc8fe8041f3e4bef444429f2.zip
FreeBSD-src-f38383848ae03970bc8fe8041f3e4bef444429f2.tar.gz
MFC r268254 (jmg):
Add a hint that you can enable this by default if you want; necessary if you want the keyboard break to work early in boot.
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 94c175c..425e671 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -138,6 +138,7 @@ module_path="/boot/modules" # Set the module search path
#vfs.root.mountfrom="" # Specify root partition in a way the
# kernel understands
#vm.kmem_size="" # Sets the size of kernel memory (bytes)
+#debug.kdb.break_to_debugger="0" # Allow console to break into debugger.
#debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on
#debug.ktr.mask="0x1200" # Bitmask of KTR events to enable
#debug.ktr.verbose="1" # Enable console dump of KTR events
OpenPOWER on IntegriCloud