Deleted Added
full compact
GENERIC (283620) GENERIC (284665)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: stable/10/sys/amd64/conf/GENERIC 283620 2015-05-27 17:44:11Z erj $
19# $FreeBSD: stable/10/sys/amd64/conf/GENERIC 284665 2015-06-21 06:28:26Z trasz $
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
26
27options SCHED_ULE # ULE scheduler

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

67options CAPABILITY_MODE # Capsicum capability mode
68options CAPABILITIES # Capsicum capabilities
69options PROCDESC # Support for process descriptors
70options MAC # TrustedBSD MAC Framework
71options KDTRACE_FRAME # Ensure frames are compiled in
72options KDTRACE_HOOKS # Kernel DTrace hooks
73options DDB_CTF # Kernel ELF linker loads CTF data
74options INCLUDE_CONFIG_FILE # Include this file in kernel
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
26
27options SCHED_ULE # ULE scheduler

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

67options CAPABILITY_MODE # Capsicum capability mode
68options CAPABILITIES # Capsicum capabilities
69options PROCDESC # Support for process descriptors
70options MAC # TrustedBSD MAC Framework
71options KDTRACE_FRAME # Ensure frames are compiled in
72options KDTRACE_HOOKS # Kernel DTrace hooks
73options DDB_CTF # Kernel ELF linker loads CTF data
74options INCLUDE_CONFIG_FILE # Include this file in kernel
75options RACCT # Resource accounting framework
76options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
77options RCTL # Resource limits
75
76# Debugging support. Always need this:
77options KDB # Enable kernel debugger support.
78options KDB_TRACE # Print a stack trace for a panic.
79
80# Make an SMP-capable kernel by default
81options SMP # Symmetric MultiProcessor Kernel
82

--- 279 unchanged lines hidden ---
78
79# Debugging support. Always need this:
80options KDB # Enable kernel debugger support.
81options KDB_TRACE # Print a stack trace for a panic.
82
83# Make an SMP-capable kernel by default
84options SMP # Symmetric MultiProcessor Kernel
85

--- 279 unchanged lines hidden ---