mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 23:39:44 +00:00
Kernel: Don't allocate per-process PDPT from super pages either
The default system is now down to 3 super pages allocated on boot. :^)
This commit is contained in:
parent
ad1f79fb4a
commit
122c76d7fa
Notes:
sideshowbarker
2024-07-19 10:00:17 +09:00
Author: https://github.com/awesomekling
Commit: 122c76d7fa
2 changed files with 10 additions and 6 deletions
|
@ -22,7 +22,6 @@ public:
|
|||
~PageDirectory();
|
||||
|
||||
u32 cr3() const { return m_directory_table->paddr().get(); }
|
||||
PageDirectoryPointerTable& table() { return *reinterpret_cast<PageDirectoryPointerTable*>(0xc0000000 + cr3()); }
|
||||
|
||||
RangeAllocator& range_allocator() { return m_range_allocator; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue