Abstract
- A set of Instruction in Kernel Space starts a transition from User Mode to Kernel Mode, and then executes a particular Interrupt Handler to fulfil the need of programs in the User Space
- A implementation of Software Interrupt
- Return Address is saved on the Stack Segment of the Kernel for use later
x86-64
Its INT is a Trap Interrupt