svn commit: r283971 - stable/10/sys/boot/forth
Devin Teske
dteske at FreeBSD.org
Wed Jun 3 22:24:58 UTC 2015
Author: dteske
Date: Wed Jun 3 22:24:57 2015
New Revision: 283971
URL: https://svnweb.freebsd.org/changeset/base/283971
Log:
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.
Modified:
stable/10/sys/boot/forth/loader.conf
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/boot/forth/loader.conf
==============================================================================
--- stable/10/sys/boot/forth/loader.conf Wed Jun 3 22:01:13 2015 (r283970)
+++ stable/10/sys/boot/forth/loader.conf Wed Jun 3 22:24:57 2015 (r283971)
@@ -138,6 +138,7 @@ module_path="/boot/modules" # Set the mo
#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
More information about the svn-src-stable
mailing list