Skip to content

Latest commit

 

History

History
17 lines (6 loc) · 297 Bytes

File metadata and controls

17 lines (6 loc) · 297 Bytes

Question 99

What is IDT?

Answer

A system table that holds interrupt descriptors (also called gates). Each of them holds the interrupt handler address and some additional information. Refer to the Figure 6-3 on page 94 to see its structure.

prev +++ next