Interrupt Descriptor Table: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
bits 0-2 can't be used twice, see volume 3, 6.14 for picture
No edit summary
Line 219: Line 219:
|12 || 4 || Zero
|12 || 4 || Zero
|}
|}

In your interrupt handler routines, remember to use IRETQ instead of IRET, as nasm won't translate that for you. Many 64bit IDT related problems on the forum are caused by that missing 'Q'. Don't let this happen to you.


== See also ==
== See also ==