sched: add root vm-region and handle table to struct task
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user