DEFAULTS revision 200594
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
4# $FreeBSD: head/sys/amd64/conf/DEFAULTS 200594 2009-12-16 02:17:43Z dougb $
5
6machine		amd64
7
8# Bus support.
9device		isa
10
11# Pseudo devices.
12device		mem		# Memory and kernel memory devices
13device		io		# I/O device
14
15# UART chips on this platform
16device		uart_ns8250
17
18# Default partitioning schemes
19options 	GEOM_PART_BSD
20options 	GEOM_PART_EBR
21options 	GEOM_PART_EBR_COMPAT
22options 	GEOM_PART_MBR
23
24# Store the plain version of the configuration file in the kernel itself.
25# To store the entire file, including comments, put this in /etc/src.conf:
26# CONFIGARGS=	-C
27# See config(8) for more details.
28#
29options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
30