diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-09 11:48:58 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-09 11:48:58 +0200 |
commit | 9da62f52a198a8e043f5ca8ff43570fa040d15d2 (patch) | |
tree | 929314e4f5e98763ace57327dc7eec8ec98338c5 /Ports | |
parent | 8258b699dbed5af8ce402ae6729666cbb31fb39e (diff) | |
download | serenity-9da62f52a198a8e043f5ca8ff43570fa040d15d2.zip |
Kernel: Use the Multiboot memory map info to inform our paging setup.
This makes it possible to run Serenity with more than 64 MB of RAM.
Because each physical page is represented by a PhysicalPage object, and such
objects are allocated using kmalloc_eternal(), more RAM means more pressure
on kmalloc_eternal(), so we're gonna need a better strategy for this.
But for now, let's just celebrate that we can use the 128 MB of RAM we've
been telling QEMU to run with. :^)
Diffstat (limited to 'Ports')
0 files changed, 0 insertions, 0 deletions