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

@@ -81,6 +81,8 @@ struct task {
char t_name[TASK_NAME_MAX];
pmap_t t_pmap;
struct vm_region *t_address_space;
struct handle_table *t_handles;
struct btree_node t_tasklist;
struct queue_entry t_child_entry;