mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-13 14:36:37 -04:00
Cleanup
This commit is contained in:
parent
f9855f080c
commit
91b5dac2f3
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
uint64_t _timer_ticks = 0;
|
volatile uint64_t _timer_ticks = 0;
|
||||||
uint64_t _timer_seconds = 0;
|
volatile uint64_t _timer_seconds = 0;
|
||||||
uint64_t _timer_milliseconds = 0;
|
volatile uint64_t _timer_milliseconds = 0;
|
||||||
uint64_t _timer_frequency = 0;
|
uint64_t _timer_frequency = 0;
|
||||||
|
|
||||||
//TODO The uptime in seconds with HPET is not correct
|
//TODO The uptime in seconds with HPET is not correct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user