1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Add commented out examples for the new KTR loader tunables.

This commit is contained in:
John Baldwin 2001-01-06 06:52:49 +00:00
parent a0a7328bb0
commit 0189f472ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70706

View File

@ -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
##############################################################