feat(vmm): Add Paging support

This commit is contained in:
Daniel Hammer
2025-04-17 21:54:25 +02:00
parent 0b77abfc23
commit 2515149f28
14 changed files with 266 additions and 11 deletions
+1
View File
@@ -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);