6646524f34
- Move existing "machine" directives to DEFAULTS.
20 lines
297 B
Plaintext
20 lines
297 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
|
|
#
|
|
# $FreeBSD$
|
|
|
|
machine pc98 i386
|
|
options PC98
|
|
|
|
# Bus support.
|
|
device isa
|
|
|
|
# Floating point support.
|
|
device npx
|
|
|
|
# Pseudo devices.
|
|
device mem # Memory and kernel memory devices
|
|
device io # I/O device
|
|
|
|
options PUC_FASTINTR
|