sched: add root vm-region and handle table to struct task

This commit is contained in:
2026-02-08 13:10:54 +00:00
parent 27bed1a3d3
commit d2f303680d
3 changed files with 13 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <mango/object.h>
#include <mango/printk.h>
#include <mango/sched.h>
#include <mango/vm-region.h>
extern kern_status_t setup_kernel_task(void);
extern kern_status_t setup_idle_task(void);