added memory mapping functions, created first user process pd

This commit is contained in:
2026-06-16 10:04:49 -04:00
parent fe3725db99
commit 0a51a5e8bc
4 changed files with 49 additions and 21 deletions

View File

@@ -13,4 +13,6 @@ void* init_kheap();
uint32_t total_free_memory();
void* create_user_pd();
#endif