work on page loading

This commit is contained in:
2026-02-10 16:18:19 +01:00
parent 0521c9c1ec
commit 67291f7f19
8 changed files with 96 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ namespace PageFrameAllocator {
void init ();
void stats ();
PageFrame* alloc(bool kernel);
void* alloc(bool kernel);
void free (PageFrame *frame);
void free (uintptr_t addr);
}