|
|
|
@ -112,7 +112,7 @@ extern "C" int main() {
|
|
|
|
ApplicationProcessor::boot();
|
|
|
|
ApplicationProcessor::boot();
|
|
|
|
|
|
|
|
|
|
|
|
PS2Controller::init();
|
|
|
|
PS2Controller::init();
|
|
|
|
Core::Interrupt:enable()
|
|
|
|
Core::Interrupt::enable();
|
|
|
|
|
|
|
|
|
|
|
|
Key key = Key();
|
|
|
|
Key key = Key();
|
|
|
|
while (true){
|
|
|
|
while (true){
|
|
|
|
@ -127,7 +127,7 @@ extern "C" int main() {
|
|
|
|
extern "C" int main_ap() {
|
|
|
|
extern "C" int main_ap() {
|
|
|
|
DBG_VERBOSE << "CPU core " << static_cast<int>(Core::getID()) << " / LAPIC "
|
|
|
|
DBG_VERBOSE << "CPU core " << static_cast<int>(Core::getID()) << " / LAPIC "
|
|
|
|
<< static_cast<int>(LAPIC::getID()) << " in main_ap()" << endl;
|
|
|
|
<< static_cast<int>(LAPIC::getID()) << " in main_ap()" << endl;
|
|
|
|
Core::Interrupt:enable()
|
|
|
|
Core::Interrupt::enable();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|