Kernel: Unallocate RSDT after we are done with it
This commit is contained in:
@@ -11,7 +11,10 @@ public:
|
||||
|
||||
void AllocatePage(uintptr_t);
|
||||
void AllocateRange(uintptr_t, ptrdiff_t);
|
||||
|
||||
|
||||
void UnAllocatePage(uintptr_t);
|
||||
void UnAllocateRange(uintptr_t, ptrdiff_t);
|
||||
|
||||
private:
|
||||
MMU();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user