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

@ -33,7 +33,7 @@ void intr_pit_wait(uint32_t ms) {
int intr_pit_intr(IntrStackFrame *frame) {
PIT_TICKS++;
return INTR_OK;
return 0;
}
void intr_pit_init(void) {