foo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user