Add Regions concept to Task.

This commit is contained in:
Andreas Kling 2018-10-18 14:53:00 +02:00
commit 3649638259
Notes: sideshowbarker 2024-07-19 18:46:23 +09:00
7 changed files with 131 additions and 41 deletions

View file

@ -49,8 +49,8 @@ public:
// HACK: don't use this jeez :(
byte* quickMapOnePage(PhysicalAddress);
bool mapZonesForTask(Task&);
bool unmapZonesForTask(Task&);
bool mapRegionsForTask(Task&);
bool unmapRegionsForTask(Task&);
private:
MemoryManager();