@ -74,6 +74,7 @@ void handle_keyboard() {
if (PS2Controller::fetch(key)) {
kout << key.ascii() << flush ;
}
LAPIC::endOfInterrupt();
[[gnu::interrupt]] void handle_panic(InterruptContext *context) {
@ -95,6 +95,8 @@ extern "C" int main() {
Core::Interrupt::enable();
PS2Controller::drainBuffer();
while (true){