Interrupt Descriptor Table: Difference between revisions

m
Previous error appeared twice. Fixed it again.
[unchecked revision][unchecked revision]
m (The article said 'selector' where it should say 'descriptor'. Changed it accordingly.)
m (Previous error appeared twice. Fixed it again.)
Line 38:
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>selector</tt> is a 16 bit value and must point to a valid selectordescriptor in your [[GDT]].
 
The <tt>type_attr</tt> is specified here:
Anonymous user