Change Interrupts::Handler

This commit is contained in:
Alex
2023-03-23 20:48:09 +02:00
parent 958e4c792e
commit 6b01a21a71
6 changed files with 20 additions and 7 deletions

View File

@ -347,7 +347,7 @@ namespace APIC
this->lapic->Write(APIC_TIMER, timer.raw);
}
Timer::Timer(APIC *apic) : Interrupts::Handler(IRQ0)
Timer::Timer(APIC *apic) : Interrupts::Handler(0) /* IRQ0 */
{
SmartCriticalSection(APICLock);
this->lapic = apic;