Initial commit
This commit is contained in:
9
code/system_after.cpp
Normal file
9
code/system_after.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
// Excerpt from System::initializeSystem(). Located before interrupts
|
||||
// are enabled and any devices have registered their handlers.
|
||||
if (Apic::isSupported()) {
|
||||
Apic::enable();
|
||||
|
||||
if (Apic::isSmpSupported()) {
|
||||
Apic::startupSmp();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user