This commit is contained in:
2026-06-14 18:53:54 -05:00
parent 53c5d7d40c
commit ac4b510221
6 changed files with 56 additions and 9 deletions

View File

@@ -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