work on page loading
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user