mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
The very first pager's space area is added to the address space list.
This commit is contained in:
@@ -159,9 +159,9 @@ int init_first_pager(struct pager *pager,
|
||||
link_init(&space->list);
|
||||
mutex_init(&space->lock);
|
||||
space->pgd = current_pgd;
|
||||
address_space_attach(task, space);
|
||||
|
||||
/* Initialize container relationships */
|
||||
task->space = space;
|
||||
pager->tcb = task;
|
||||
task->pager = pager;
|
||||
task->container = cont;
|
||||
|
||||
Reference in New Issue
Block a user