- Enable SMP and 'device apic' by default.
- Compile 'device acpi' into GENERIC by default as well. Note that the beastie loader menu item to disable ACPI still works if ACPI is compiled into the kernel.
This commit is contained in:
parent
bdb1bd342d
commit
4443619c83
@ -66,9 +66,10 @@ options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
#options APIC_IO # Symmetric (APIC) I/O
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
device apic # I/O APIC
|
||||
|
||||
device acpi
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
|
Loading…
x
Reference in New Issue
Block a user