sched: add struct and object types for task and thread objects

This commit is contained in:
2023-03-06 11:08:26 +00:00
parent 1a413189ab
commit 902df83654
4 changed files with 77 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#include <socks/test.h>
#include <socks/printk.h>
#include <socks/object.h>
#include <socks/sched.h>
#include <socks/machine/init.h>
#include <socks/machine/cpu.h>
@@ -20,6 +21,7 @@ void kernel_init(uintptr_t arg)
ml_init(arg);
object_bootstrap();
sched_init();
run_all_tests();