page allocation

This commit is contained in:
Liam Kerr 2026-02-09 00:13:00 +00:00
parent e64cf1ef72
commit 3efbcf24f4
5 changed files with 40 additions and 3 deletions

View file

@ -3,5 +3,6 @@
void page_init();
void page_free(void *addr);
void *page_alloc();
#endif