Interrupt Descriptor Table: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
Line 36: Line 36:
</source>
</source>


Byte:
+---------------+---------------+---------------+---------------+
0 | Offset 0:7 | Offset 8:15 | Selector 0:7 | Selector 7:15 |
+---------------+---------------+---------------+---------------+
+---------------+-----+---------+---------------+---------------+
4 |0 0 0 0 0 0 0 0|Flags|GateType | Offset 16:23 | Offset 24:31 |
+---------------+-----+---------+---------------+---------------+
The <tt>offset</tt> is a 32 bit value, split in two parts. It represents the address of the entry point of the ISR.
The <tt>offset</tt> is a 32 bit value, split in two parts. It represents the address of the entry point of the ISR.