mirror of
https://github.com/drasko/codezero.git
synced 2026-02-13 02:13:15 +01:00
The very first pager's space area is added to the address space list.
This commit is contained in:
@@ -404,6 +404,12 @@ void init_finalize(struct kernel_container *kcont)
|
||||
*/
|
||||
kip.utcb = (u32)current->utcb_address;
|
||||
|
||||
/*
|
||||
* Added the first pager's space area to
|
||||
* the address space list of the related container
|
||||
*/
|
||||
address_space_add(current->space);
|
||||
|
||||
/*
|
||||
* Start the scheduler, jumping to task
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user