13 lines
223 B
ArmAsm
13 lines
223 B
ArmAsm
|
|
; 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:
|
||
|
|
|
||
|
|
|