Sync/kernel/isr.c
Jenny Curle 31d2e10b69 Implement a GDT, IDT with ISR and IRQ
Basically, added error handling, interrupts and basic hardware communication is now possible. Yay.
2019-04-07 23:43:09 +01:00

6 lines
114 B
C
Executable File

#include <kernel/descriptor_tables.h>
#include <kernel/tty.h>
#include <kernel/utils.h>
#include <stdint.h>