-.section .text
- isr_template FAULT_DIVISION_ERROR
- isr_template FAULT_GENERAL_PROTECTION, no_error_code=0
- isr_template FAULT_PAGE_FAULT, no_error_code=0
- isr_template FAULT_STACK_SEG_FAULT, no_error_code=0
-
- isr_template LUNAIX_SYS_PANIC
- isr_template LUNAIX_SYS_CALL
-
- isr_template APIC_ERROR_IV
- isr_template APIC_LINT0_IV
- 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
+/*
+ This perhaps the ugliest part in the project.
+ It contains code to handle arbitrary depth of
+ nested interrupt and all those corner cases and
+ nasty gotchas.
+
+ Be aware the twists, offsets and hidden dependencies!
+
+*/