Kernel: Move RTC to Timer directory

PIT ms counter seems to be off by multiple seconds/minute. I will
be probably changing to HPET for system time
This commit is contained in:
2023-08-04 11:12:16 +03:00
parent 198e6d7cf6
commit 9363c1cdaf
12 changed files with 77 additions and 54 deletions

View File

@@ -2,6 +2,7 @@
#include <kernel/CriticalScope.h>
#include <kernel/FS/DevFS/FileSystem.h>
#include <kernel/Input/PS2Keyboard.h>
#include <kernel/Timer/Timer.h>
#include <sys/sysmacros.h>