gonna ask tsoding for help, fuck this shit

This commit is contained in:
2025-05-20 00:10:37 +03:00
parent bc0bd99f95
commit b8752ee39d
4 changed files with 39 additions and 48 deletions
+2 -2
View File
@@ -106,9 +106,9 @@ __attribute__((interrupt)) void isr_timer(struct interrupt_frame *frame)
pit_init(100);
pic_end_int(0x0);
scheduler_lock();
//scheduler_lock();
schedule();
scheduler_unlock();
//scheduler_unlock();
}
__attribute__((interrupt)) void isr_custom(struct interrupt_frame *frame)