What are 2 modes for handling interrupt
- protected
What is IDTR
IDT (interrupt descriptor table) stored in IDTR. It is a special purpose register of 48 bit
What is LGDT
It is special command to load IDTR
What is starting instructions of assembly code
[org 0x0100]
jmp start
What is GPF
General protection fault