Untitled_Kernel/src/interrupts.s

13 lines
223 B
ArmAsm
Raw Normal View History

; Interrupts.s - Implementations of IA32 interrupts.
;Let's make an interrupt pointer table so C can reference it and build the IDT.
isr_table:
%assign i 0
%rep 21
isr_stub_ %+ i: