ich hab das ganz sicher nicht die letzten 5 min gefixed was ich am dienstag vergeigt habe
This commit is contained in:
4
main.cc
4
main.cc
@@ -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();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user