fix endof interrupt
This commit is contained in:
@@ -74,6 +74,7 @@ void handle_keyboard() {
|
||||
if (PS2Controller::fetch(key)) {
|
||||
kout << key.ascii() << flush ;
|
||||
}
|
||||
LAPIC::endOfInterrupt();
|
||||
}
|
||||
|
||||
[[gnu::interrupt]] void handle_panic(InterruptContext *context) {
|
||||
|
||||
Reference in New Issue
Block a user