mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
Kernel: Add mechanism to identity map the lowest 2MB
This commit is contained in:
parent
19190267a6
commit
841364b609
7 changed files with 40 additions and 12 deletions
|
@ -90,6 +90,11 @@ public:
|
|||
|
||||
void dump() const;
|
||||
|
||||
bool contains(const Range& range) const
|
||||
{
|
||||
return m_total_range.contains(range);
|
||||
}
|
||||
|
||||
private:
|
||||
void carve_at_index(int, const Range&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue