Kernel: I have no idea what this commit does
I had committed a change in IDT but reverted it now. This propably only adds a spurious interrupt detection to common cpp interrupt handler?
This commit is contained in:
@@ -8,6 +8,6 @@ namespace IDT
|
||||
{
|
||||
|
||||
void initialize();
|
||||
void register_irq_handler(uint8_t irq, void (*f)());
|
||||
void register_irq_handler(uint8_t irq, void(*f)());
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user