Interrupt Descriptor Table: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m add link to German wiki
Line 85: Line 85:
|-
|-
! Selector
! Selector
| 16..31 || Selector 0..15 || [[Selector]] of the interrupt function (to make sense - the kernel's selector). The selector's descriptor's DPL field has to be <b>0</b>.
| 16..31 || Selector 0..15 || [[Selector]] of the interrupt function (to make sense - the kernel's selector). The selector's descriptor's DPL field has to be <b>0</b> so the <b>iret</b> instruction won't throw a #GP exeption when executed.
|-
|-
! Offset
! Offset