X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/874b3b5a74d815aa91f325e5573052a3c8ce1d39..df61e9d0fec3d5e75820e27e7a2459d132364585:/lunaix-os/kernel/asm/x86/interrupt.S diff --git a/lunaix-os/kernel/asm/x86/interrupt.S b/lunaix-os/kernel/asm/x86/interrupt.S index 8a43aa7..7382142 100644 --- a/lunaix-os/kernel/asm/x86/interrupt.S +++ b/lunaix-os/kernel/asm/x86/interrupt.S @@ -42,7 +42,9 @@ isr_template APIC_TIMER_IV isr_template APIC_SPIV_IV isr_template RTC_TIMER_IV + isr_template PC_KBD_IV + isr_template AHCI_HBA_IV interrupt_wrapper: /* @@ -118,6 +120,7 @@ movl %eax, %esp #ifdef __ASM_INTR_DIAGNOSIS + movl %eax, (debug_resv + 8) movl 56(%esp), %eax movl %eax, (debug_resv + 4) #endif