DEFAULTS revision 152662
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
3#
4# $FreeBSD: head/sys/pc98/conf/DEFAULTS 152662 2005-11-21 20:22:35Z jhb $
5
6# Not yet, this would break all existing configs
7#machine		pc98 i386
8options 	PC98
9
10# Bus support.
11device		isa
12
13# Floating point support.
14device		npx
15
16# Pseudo devices.
17device		mem		# Memory and kernel memory devices
18device		io		# I/O device
19
20options 	PUC_FASTINTR
21