mirror of
https://github.com/drasko/codezero.git
synced 2026-02-08 07:53:16 +01:00
Fixed a bug with page_map size by dynamically allocating it.
This commit is contained in:
@@ -404,6 +404,10 @@ void init_finalize(struct kernel_container *kcont)
|
||||
*/
|
||||
free_bootmem();
|
||||
|
||||
/*
|
||||
* Set up KIP UTCB ref
|
||||
*/
|
||||
kip.utcb = (u32)current->utcb_address;
|
||||
/*
|
||||
* Start the scheduler, jumping to task
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user