Deleted Added
full compact
GENERIC (276755) GENERIC (282901)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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/pc98
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: head/sys/pc98/conf/GENERIC 276755 2015-01-06 16:15:57Z jhb $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 282901 2015-05-14 14:03:55Z trasz $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

66options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
67options KBD_INSTALL_CDEV # install a CDEV entry in /dev
68options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
69options AUDIT # Security event auditing
70options CAPABILITY_MODE # Capsicum capability mode
71options CAPABILITIES # Capsicum capabilities
72options MAC # TrustedBSD MAC Framework
73options INCLUDE_CONFIG_FILE # Include this file in kernel
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

66options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
67options KBD_INSTALL_CDEV # install a CDEV entry in /dev
68options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
69options AUDIT # Security event auditing
70options CAPABILITY_MODE # Capsicum capability mode
71options CAPABILITIES # Capsicum capabilities
72options MAC # TrustedBSD MAC Framework
73options INCLUDE_CONFIG_FILE # Include this file in kernel
74options RACCT # Resource accounting framework
75options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
76options RCTL # Resource limits
74
75# Debugging support. Always need this:
76options KDB # Enable kernel debugger support.
77options KDB_TRACE # Print a stack trace for a panic.
78
79# To make an SMP kernel, the next two lines are needed
80#options SMP # Symmetric MultiProcessor Kernel
81#device apic # I/O APIC

--- 173 unchanged lines hidden ---
77
78# Debugging support. Always need this:
79options KDB # Enable kernel debugger support.
80options KDB_TRACE # Print a stack trace for a panic.
81
82# To make an SMP kernel, the next two lines are needed
83#options SMP # Symmetric MultiProcessor Kernel
84#device apic # I/O APIC

--- 173 unchanged lines hidden ---