Deleted Added
full compact
XEN (181917) XEN (182902)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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: head/sys/i386/conf/XEN 181917 2008-08-20 10:07:10Z kmacy $
19# $FreeBSD: head/sys/i386/conf/XEN 182902 2008-09-10 07:11:08Z kmacy $
20
21cpu I686_CPU
22ident GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints "GENERIC.hints" # Default places to look for devices.
26
27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

58options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
59options KTRACE # ktrace(1) support
60options STACK # stack(9) support
61options SYSVSHM # SYSV-style shared memory
62options SYSVMSG # SYSV-style message queues
63options SYSVSEM # SYSV-style semaphores
64options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
65options KBD_INSTALL_CDEV # install a CDEV entry in /dev
20
21cpu I686_CPU
22ident GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints "GENERIC.hints" # Default places to look for devices.
26
27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

58options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
59options KTRACE # ktrace(1) support
60options STACK # stack(9) support
61options SYSVSHM # SYSV-style shared memory
62options SYSVMSG # SYSV-style message queues
63options SYSVSEM # SYSV-style semaphores
64options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
65options KBD_INSTALL_CDEV # install a CDEV entry in /dev
66options STOP_NMI # Stop CPUS using NMI instead of IPI
67options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
68options AUDIT # Security event auditing
69
70# Debugging for use in -current
71options KDB # Enable kernel debugger support.
72options DDB # Support DDB.
73options GDB # Support remote GDB.
74options INVARIANTS # Enable calls of extra sanity checking

--- 78 unchanged lines hidden ---
66options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
67options AUDIT # Security event auditing
68
69# Debugging for use in -current
70options KDB # Enable kernel debugger support.
71options DDB # Support DDB.
72options GDB # Support remote GDB.
73options INVARIANTS # Enable calls of extra sanity checking

--- 78 unchanged lines hidden ---