Wrote syscall interrupt handler in assembly

This commit is contained in:
2021-04-19 06:53:39 -05:00
parent 0af53bcfc8
commit 755f2a3d69
2 changed files with 25 additions and 6 deletions

View File

@@ -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)
{
}