mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Add initial IO APIC support
- IO APIC vector mapping - Legacy PIC disable - Real interrupts happening
This commit is contained in:
@@ -14,9 +14,11 @@ enum class isr : uint8_t
|
||||
#undef EISR
|
||||
#undef ISR
|
||||
|
||||
max
|
||||
_zero = 0
|
||||
};
|
||||
|
||||
isr operator+(const isr &lhs, int rhs);
|
||||
|
||||
extern "C" {
|
||||
void interrupts_enable();
|
||||
void interrupts_disable();
|
||||
|
||||
Reference in New Issue
Block a user