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