Abstract
- Also known as Interrupt Service Routine (ISR)
- A set of Instruction at a different location, responding to the Interrupts (中断) like System Call (系统调用)
- One example is the set of instructions used to switch back to Kernel Mode
Terminologies
Interrupt Handler Pointer
- Contains the Memory Address to the start of the instruction of the interrupt