Deleted Added
full compact
GENERIC (255736) GENERIC (255744)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 255736 2013-09-20 20:18:49Z davidch $
19# $FreeBSD: head/sys/i386/conf/GENERIC 255744 2013-09-20 22:59:22Z gibbs $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support

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

67options AUDIT # Security event auditing
68options CAPABILITY_MODE # Capsicum capability mode
69options CAPABILITIES # Capsicum capabilities
70options PROCDESC # Support for process descriptors
71options MAC # TrustedBSD MAC Framework
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 I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support

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

67options AUDIT # Security event auditing
68options CAPABILITY_MODE # Capsicum capability mode
69options CAPABILITIES # Capsicum capabilities
70options PROCDESC # Support for process descriptors
71options MAC # TrustedBSD MAC Framework
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 XENHVM # Include Xen support
75
76# Debugging support. Always need this:
77options KDB # Enable kernel debugger support.
78options KDB_TRACE # Print a stack trace for a panic.
79# For full debugger support use (turn off in stable branch):
80options DDB # Support DDB.
81options GDB # Support remote GDB.
82options DEADLKRES # Enable the deadlock resolver

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

350# VirtIO support
351device virtio # Generic VirtIO bus (required)
352device virtio_pci # VirtIO PCI device
353device vtnet # VirtIO Ethernet device
354device virtio_blk # VirtIO Block device
355device virtio_scsi # VirtIO SCSI device
356device virtio_balloon # VirtIO Memory Balloon device
357
76
77# Debugging support. Always need this:
78options KDB # Enable kernel debugger support.
79options KDB_TRACE # Print a stack trace for a panic.
80# For full debugger support use (turn off in stable branch):
81options DDB # Support DDB.
82options GDB # Support remote GDB.
83options DEADLKRES # Enable the deadlock resolver

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

351# VirtIO support
352device virtio # Generic VirtIO bus (required)
353device virtio_pci # VirtIO PCI device
354device vtnet # VirtIO Ethernet device
355device virtio_blk # VirtIO Block device
356device virtio_scsi # VirtIO SCSI device
357device virtio_balloon # VirtIO Memory Balloon device
358
359# Xen support
360device xenpci # Generic Xen bus
361
358# VMware support
359device vmx # VMware VMXNET3 Ethernet
362# VMware support
363device vmx # VMware VMXNET3 Ethernet