xref: /freebsd-13-stable/sys/amd64/conf/DEFAULTS (revision 5510f79042fbd543de55807d0da7f8a2b8be2f89)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
4
5machine		amd64
6
7# Bus support.
8device		isa
9
10# Pseudo devices.
11device		mem		# Memory and kernel memory devices
12device		io		# I/O device
13
14# UART chips on this platform
15device		uart_ns8250
16
17# Default partitioning schemes
18options 	GEOM_PART_BSD
19options 	GEOM_PART_EBR
20options 	GEOM_PART_MBR
21options 	GEOM_PART_GPT
22
23options 	NEW_PCIB
24