diff --git a/kernel/src/timer.cpp b/kernel/src/timer.cpp index 4e37e30f..877c365b 100644 --- a/kernel/src/timer.cpp +++ b/kernel/src/timer.cpp @@ -25,7 +25,6 @@ uint64_t _timer_frequency = 0; uint64_t (*_counter_fun)() = nullptr; uint64_t _counter_frequency = 0; -//TODO The uptime in seconds with HPET is not correct std::string sysfs_uptime(){ return std::to_string(timer::seconds()); }