gonna ask tsoding for help, fuck this shit
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user