Date: Wed, 3 Jun 2015 22:24:57 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r283971 - stable/10/sys/boot/forth Message-ID: <201506032224.t53MOvfw023515@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506032224.t53MOvfw023515>