Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 14:49:40 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268254 - head/sys/boot/forth
Message-ID:  <201407041449.s64EneL8098485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Fri Jul  4 14:49:40 2014
New Revision: 268254
URL: http://svnweb.freebsd.org/changeset/base/268254

Log:
  add a hit that you can enable this by default if you want...  necessary
  if you want the keyboard break to work early in boot..
  
  MFC after:	1 week

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Fri Jul  4 14:32:15 2014	(r268253)
+++ head/sys/boot/forth/loader.conf	Fri Jul  4 14:49:40 2014	(r268254)
@@ -134,6 +134,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407041449.s64EneL8098485>