Deleted Added
full compact
NOTES (242360) NOTES (242424)
1# $FreeBSD: head/sys/conf/NOTES 242360 2012-10-30 13:22:39Z zont $
1# $FreeBSD: head/sys/conf/NOTES 242424 2012-11-01 04:07:08Z alfred $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 374 unchanged lines hidden (view full) ---

384# SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
385# contents of the registered sysctl nodes on the console. It is disabled by
386# default because it generates excessively verbose console output that can
387# interfere with serial console operation.
388#
389options SYSCTL_DEBUG
390
391#
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 374 unchanged lines hidden (view full) ---

384# SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
385# contents of the registered sysctl nodes on the console. It is disabled by
386# default because it generates excessively verbose console output that can
387# interfere with serial console operation.
388#
389options SYSCTL_DEBUG
390
391#
392# Enable textdump by default, this disables kernel core dumps.
393#
394options TEXTDUMP_PREFERRED
395
396#
397# Enable extra debug messages while performing textdumps.
398#
399options TEXTDUMP_VERBOSE
400
401#
392# NO_SYSCTL_DESCR omits the sysctl node descriptions to save space in the
393# resulting kernel.
394options NO_SYSCTL_DESCR
395
396#
397# MALLOC_DEBUG_MAXZONES enables multiple uma zones for malloc(9)
398# allocations that are smaller than a page. The purpose is to isolate
399# different malloc types into hash classes, so that any buffer

--- 2557 unchanged lines hidden ---
402# NO_SYSCTL_DESCR omits the sysctl node descriptions to save space in the
403# resulting kernel.
404options NO_SYSCTL_DESCR
405
406#
407# MALLOC_DEBUG_MAXZONES enables multiple uma zones for malloc(9)
408# allocations that are smaller than a page. The purpose is to isolate
409# different malloc types into hash classes, so that any buffer

--- 2557 unchanged lines hidden ---