Author: ssk
Date: 14-07-05 20:56
In FreeBSD 5.x, there is no
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
Instead, it has
device apic # I/O APIC
For SMP, make sure the above is uncommented, and add the following:
options SMP
|
|