Abstract
- A Instruction in Kernel Space starts a transition from User Mode to Kernel Mode, jumping from the program’s code to the execution at a fixed address within the Kernel - Interrupt Handler
- A type of Signal (Software Interrupt)
- Return Address is saved on the Stack Segment for use later
INT is a Trap Interrupt