Moved interrupt code to separate file.

Added new source file to Makefile.am
This commit is contained in:
2021-04-14 02:46:04 -05:00
parent 4a8ca81a10
commit 29544b0eb8
4 changed files with 60 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ if x86
quark_kernel_SOURCES += x86/mmgr.c \
x86/putc.c \
x86/multiboot2.c \
x86/interrupts.c \
x86/isr.c \
x86/quark_x86.c \
x86/entry.S