This commit is contained in:
2025-12-15 13:20:58 +01:00
parent 7e02e20878
commit b064038c2d
9 changed files with 27 additions and 10 deletions

View File

@@ -21,6 +21,8 @@ void IdleThread::action() {
}
Core::idle();
// We woke up. Start ticking again
dout << "idle ";
LAPIC::Timer::setMasked(false);
} else {
Core::Interrupt::enable();