Deleted Added
full compact
GENERIC (266331) GENERIC (284665)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
3#
4# For more information on this file, please read the handbook section on
5# 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/powerpc
3#
4# For more information on this file, please read the handbook section on
5# 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/powerpc/conf/GENERIC 266331 2014-05-17 17:34:37Z ian $
19# $FreeBSD: stable/10/sys/powerpc/conf/GENERIC 284665 2015-06-21 06:28:26Z trasz $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1

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

70options AUDIT # Security event auditing
71options CAPABILITY_MODE # Capsicum capability mode
72options CAPABILITIES # Capsicum capabilities
73options PROCDESC # Support for process descriptors
74options MAC # TrustedBSD MAC Framework
75options KDTRACE_HOOKS # Kernel DTrace hooks
76options DDB_CTF # Kernel ELF linker loads CTF data
77options INCLUDE_CONFIG_FILE # Include this file in kernel
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1

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

70options AUDIT # Security event auditing
71options CAPABILITY_MODE # Capsicum capability mode
72options CAPABILITIES # Capsicum capabilities
73options PROCDESC # Support for process descriptors
74options MAC # TrustedBSD MAC Framework
75options KDTRACE_HOOKS # Kernel DTrace hooks
76options DDB_CTF # Kernel ELF linker loads CTF data
77options INCLUDE_CONFIG_FILE # Include this file in kernel
78options RACCT # Resource accounting framework
79options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
80options RCTL # Resource limits
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

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

--- 124 unchanged lines hidden ---