Код: Выделить всё
options KTRACE # ktrace(1) support
options STACK # stack(9) support
options STOP_NMI # Stop CPUS using NMI instead of IPI
options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
options AUDIT # Security event auditing
options ADAPTIVE_GIANT # Giant mutex is adaptive.