mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Add initial IO APIC support
- IO APIC vector mapping - Legacy PIC disable - Real interrupts happening
This commit is contained in:
@@ -18,8 +18,10 @@ public:
|
||||
ioapic * get_ioapic(int i);
|
||||
|
||||
private:
|
||||
static const int max_ioapics = 16;
|
||||
|
||||
lapic *m_lapic;
|
||||
ioapic *m_ioapics;
|
||||
ioapic *m_ioapics[16];
|
||||
int m_num_ioapics;
|
||||
|
||||
void load_xsdt(const acpi_xsdt *xsdt);
|
||||
|
||||
Reference in New Issue
Block a user