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