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

@ -256,7 +256,7 @@ void proc_killself(void) {
int proc_intr(IntrStackFrame *frame) {
intr_pic_eoi();
proc_sched(frame);
return INTR_NOEOI;
return 0;
}
void proc_init(void) {