mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Added freeing/unmapping of boot memory
This commit is contained in:
@@ -98,6 +98,7 @@ struct ktcb *alloc_ktcb(void);
|
||||
struct capability *alloc_capability(void);
|
||||
struct container *alloc_container(void);
|
||||
struct mutex_queue *alloc_user_mutex(void);
|
||||
int free_boot_memory(struct kernel_container *kcont);
|
||||
|
||||
int init_system_resources(struct kernel_container *kcont);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user