Kernel: Rename TimerHandler to SystemTimer

I changed SystemTimer to only handle the "best" supported timer
it can initialize.
This commit is contained in:
2023-08-04 15:50:11 +03:00
parent ca5a097ef5
commit c732297623
13 changed files with 34 additions and 34 deletions

View File

@@ -46,7 +46,7 @@ namespace Kernel
);
s_instance->m_device_lock.unlock();
Kernel::TimerHandler::get().sleep(1);
Kernel::SystemTimer::get().sleep(1);
}
}, nullptr
);