Deleted Added
full compact
NOTES (208947) NOTES (209313)
1# $FreeBSD: head/sys/conf/NOTES 208947 2010-06-09 12:30:40Z ae $
1# $FreeBSD: head/sys/conf/NOTES 209313 2010-06-18 18:51:09Z kib $
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

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

367options DDB_NUMSYM
368
369#
370# Enable the remote gdb debugger backend.
371#
372options GDB
373
374#
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

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

367options DDB_NUMSYM
368
369#
370# Enable the remote gdb debugger backend.
371#
372options GDB
373
374#
375# Enable the kernel DTrace hooks which are required to load the DTrace
376# kernel modules.
377#
378options KDTRACE_HOOKS
379
380#
381# SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
382# contents of the registered sysctl nodes on the console. It is disabled by
383# default because it generates excessively verbose console output that can
384# interfere with serial console operation.
385#
386options SYSCTL_DEBUG
387
388#

--- 2529 unchanged lines hidden ---
375# SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
376# contents of the registered sysctl nodes on the console. It is disabled by
377# default because it generates excessively verbose console output that can
378# interfere with serial console operation.
379#
380options SYSCTL_DEBUG
381
382#

--- 2529 unchanged lines hidden ---