Fix interrupts not working with -enable-kvm

This commit is contained in:
2025-11-18 14:20:46 +01:00
parent edcdaa5c60
commit 2a0dddead3
5 changed files with 5 additions and 11 deletions

View File

@ -165,7 +165,7 @@ int ps2kbdev_intr(IntrStackFrame *frame) {
ipc_mbuspublish("ps2kb", &b);
}
return INTR_OK;
return 0;
}
void ps2kbdev_init(void) {