mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
Add Regions concept to Task.
This commit is contained in:
parent
5b10846bed
commit
3649638259
7 changed files with 131 additions and 41 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue