feat(vmm): Add Paging support
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
PageFrameAllocator(LargestSection section);
|
||||
|
||||
void* Allocate();
|
||||
void* AllocateZeroed();
|
||||
void* ReallocConsecutive(void* ptr, int n);
|
||||
void Free(void* ptr);
|
||||
void Free(void* ptr, int n);
|
||||
|
||||
Reference in New Issue
Block a user