mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 09:20:36 +00:00
Kernel: Switch a comment to GiB
This commit is contained in:
parent
1e2dc736e3
commit
b31aa2e918
Notes:
sideshowbarker
2024-07-19 03:34:17 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/b31aa2e918a Pull-request: https://github.com/SerenityOS/serenity/pull/3164 Reviewed-by: https://github.com/Dexesttp Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ PageDirectory::PageDirectory(Process& process, const RangeAllocator* parent_rang
|
|||
m_directory_pages[0] = MM.allocate_user_physical_page();
|
||||
m_directory_pages[1] = MM.allocate_user_physical_page();
|
||||
m_directory_pages[2] = MM.allocate_user_physical_page();
|
||||
// Share the top 1 GB of kernel-only mappings (>=3GB or >=0xc0000000)
|
||||
// Share the top 1 GiB of kernel-only mappings (>=3GiB or >=0xc0000000)
|
||||
m_directory_pages[3] = MM.kernel_page_directory().m_directory_pages[3];
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue