nes-proj/cpu/x86
Andre Guedes 13d92cf67a x86: Initialize Interrupt Descriptor Table
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.
2015-12-21 08:06:14 -02:00
..
gdt.c
gdt.h
helpers.h
helpers.S
idt.c x86: Initialize Interrupt Descriptor Table 2015-12-21 08:06:14 -02:00
idt.h x86: Initialize Interrupt Descriptor Table 2015-12-21 08:06:14 -02:00
Makefile.x86 x86: Initialize Interrupt Descriptor Table 2015-12-21 08:06:14 -02:00
mtarch.c
mtarch.h