summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-06 06:52:49 +0000
committerjhb <jhb@FreeBSD.org>2001-01-06 06:52:49 +0000
commit8132a144d583e9b9f77857d08fb14d18c3efbfbf (patch)
treeaf96cfebb9f96b5207d4cd1d5746070b75166dac /sys
parentf41947ba35957edf77a486d8e06a35e6558181aa (diff)
downloadFreeBSD-src-8132a144d583e9b9f77857d08fb14d18c3efbfbf.zip
FreeBSD-src-8132a144d583e9b9f77857d08fb14d18c3efbfbf.tar.gz
Add commented out examples for the new KTR loader tunables.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/forth/loader.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index faeefcd..a701199 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -74,6 +74,9 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
#kern.vm.kmem.size="" # Sets the size of kernel memory (bytes)
#machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled)
#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
+#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
##############################################################
OpenPOWER on IntegriCloud