mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
83d06d0529
having to edit GENERIC to build a useful kernel. This also opens the possibility of including an SMP kernel in the release.
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
#
|
|
# SMP -- Generic kernel configuration file for FreeBSD/i386 SMP
|
|
#
|
|
# $FreeBSD$
|
|
|
|
include GENERIC
|
|
|
|
# To make an SMP kernel, the next two are needed
|
|
options SMP # Symmetric MultiProcessor Kernel
|
|
options APIC_IO # Symmetric (APIC) I/O
|