13d92cf67a
This patch adds code to handle Interrupt Descriptor Table (IDT) initialization. The IDT is initialized with null descriptors therefore any interrupt at this point will cause a triple fault. The IDT initialization is part of x86 CPU initialization. Strictly speaking, there is no need to use attribute packed in struct intr_gate_desc however we use it for readability reasons. |
||
---|---|---|
.. | ||
6502 | ||
arm | ||
avr | ||
cc26xx-cc13xx | ||
cc253x | ||
cc2430 | ||
cc2538 | ||
mc1322x | ||
msp430 | ||
native | ||
pic32 | ||
rl78 | ||
stm32w108 | ||
x86 |