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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to