Enable the PIC and add a timer.

This causes a GP fault after the timer runs for some time.
This commit is contained in:
Drew Galbraith 2023-05-29 21:52:01 -07:00
parent 80d2bf1aaa
commit 629dca278b
6 changed files with 76 additions and 0 deletions

View file

@ -5,6 +5,7 @@ add_executable(zion
debug/debug.cpp
interrupt/interrupt.cpp
interrupt/interrupt_enter.s
interrupt/timer.cpp
loader/elf_loader.cpp
loader/init_loader.cpp
memory/kernel_heap.cpp