Interrupt Descriptor Table: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Clarified the argument passed to IDTR
m Added link to manual
Line 92: Line 92:
* '''P:''' Present bit. Must be set ('''1''') for the descriptor to be valid.
* '''P:''' Present bit. Must be set ('''1''') for the descriptor to be valid.


For more information, see '''Section 6.11: IDT Descriptors''' and '''Figure 6-2: IDT Gate Descriptors''' of the Intel Software Developer Manual, Volume 3-A.
For more information, see '''Section 6.11: IDT Descriptors''' and '''Figure 6-2: IDT Gate Descriptors''' of the [https://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-vol-3a-part-1-manual.html Intel Software Developer Manual, Volume 3-A].


=== Example Code ===
=== Example Code ===