acadia/zion/interrupt
Drew Galbraith 9869d1022a Mask all interrupts on the master PIC except the timer.
This prevents us from getting a GP fault when an unhandled interrupt
arises.
2023-05-29 22:07:47 -07:00
..
interrupt.cpp Mask all interrupts on the master PIC except the timer. 2023-05-29 22:07:47 -07:00
interrupt.h Add an interrupt descriptor table. 2023-05-17 22:54:37 -07:00
interrupt_enter.s Enable the PIC and add a timer. 2023-05-29 21:52:01 -07:00
timer.cpp Enable the PIC and add a timer. 2023-05-29 21:52:01 -07:00
timer.h Enable the PIC and add a timer. 2023-05-29 21:52:01 -07:00