From 962ce8cf82ccd88b48afd12ca315a903fd01ebe9 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 4 Jul 2014 14:49:40 +0000 Subject: [PATCH] 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 --- sys/boot/forth/loader.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 3f31b7a8ebe..241b14aaf97 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -134,6 +134,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