This commit is contained in:
Eggert Jung
2025-05-10 19:42:48 +02:00
parent 383561a4f6
commit 7214ce8e53
8 changed files with 220 additions and 5 deletions

View File

@@ -65,7 +65,9 @@ enum PAGE_FAULT_ERROR {
kernelpanic("Page fault!");
}
void handle_keyboard() {}
void handle_keyboard() {
dout[0] << "test"<<endl<<flush;
}
[[gnu::interrupt]] void handle_panic(InterruptContext *context) {
DBG << "Generic KernelPanic triggered"<< endl;