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:
Bananymous
2023-01-25 22:15:32 +02:00
parent 9c31790359
commit e87026f01d
4 changed files with 36 additions and 11 deletions

View File

@@ -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)());
}