kernel: add standard clock system
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user