ich hab das ganz sicher nicht die letzten 5 min gefixed was ich am dienstag vergeigt habe

main
Simon 6 months ago
parent 90faf06496
commit 9a311fd38c

@ -112,7 +112,7 @@ extern "C" int main() {
ApplicationProcessor::boot();
PS2Controller::init();
Core::Interrupt:enable()
Core::Interrupt::enable();
Key key = Key();
while (true){
@ -127,7 +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()
Core::Interrupt::enable();

Loading…
Cancel
Save