paging
This commit is contained in:
@@ -13,4 +13,7 @@ uint32_t total_free_memory();
|
||||
void* alloc_page();
|
||||
void free_page(void* addr);
|
||||
|
||||
#endif
|
||||
void init_paging();
|
||||
void enable_paging();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user