6646524f34
- Move existing "machine" directives to DEFAULTS.
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/i386
|
|
#
|
|
# $FreeBSD$
|
|
|
|
machine i386
|
|
|
|
# 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
|