Not useful

This commit is contained in:
Alex 2022-11-18 05:25:33 +02:00
parent 03d77c9774
commit 1a6665fd67
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -299,11 +299,9 @@ namespace APIC
} }
} }
APIC::~APIC() APIC::~APIC() {}
{
}
void Timer::OnInterruptReceived(TrapFrame *Frame) { debug("APIC IRQ0 INTERRUPT RECEIVED ON CPU %d", GetCurrentCPU()->ID); } void Timer::OnInterruptReceived(TrapFrame *Frame) {}
void Timer::OneShot(uint32_t Vector, uint64_t Miliseconds) void Timer::OneShot(uint32_t Vector, uint64_t Miliseconds)
{ {