kernel: add standard clock system

This commit is contained in:
2023-04-28 20:51:51 +01:00
parent 995e364b21
commit 72d8facd47
5 changed files with 123 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
#include <socks/pmap.h>
#include <socks/clock.h>
#include <socks/types.h>
#include <socks/object.h>
#include <arch/e820.h>
@@ -46,6 +47,7 @@ int ml_init(uintptr_t arg)
bootstrap_cpu_init();
vgacon_init();
clock_calibrate(500);
print_kernel_banner();