Wrote syscall interrupt handler in assembly
This commit is contained in:
@@ -65,7 +65,3 @@ void isr_timer(struct interrupt_frame_t *frame)
|
||||
printf("Timer tick.\n");
|
||||
apic_eoi();
|
||||
}
|
||||
|
||||
void isr_syscall(struct interrupt_frame_t *frame)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user