Created
February 28, 2020 10:00
-
-
Save nonetype/3015348ffef969a9531c05f333072ac9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INTERRUPT DESCRIPTOR TABLE | |
+------+-----+-----+------+ | |
+---->| | | | | | |
| |- GATE FOR INTERRUPT #N -| | |
| | | | | | | |
| +------+-----+-----+------+ | |
| * * | |
| * * | |
| * * | |
| +------+-----+-----+------+ | |
| | | | | | | |
| |- GATE FOR INTERRUPT #2 -| | |
| | | | | | | |
| |------+-----+-----+------| | |
IDT REGISTER | | | | | | | |
| |- GATE FOR INTERRUPT #1 -| | |
15 0 | | | | | | | |
+---------------+ | |------+-----+-----+------| | |
| IDT LIMIT |----+ | | | | | | |
+----------------+---------------| |- GATE FOR INTERRUPT #0 -| | |
| IDT BASE |--------->| | | | | | |
+--------------------------------+ +------+-----+-----+------+ | |
31 0 | |
"Interrupt Descriptor Table". accessed Feb 28, 2020, http://www.logix.cz/michal/doc/i386/chp09-04.htm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment