summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-06-09 11:48:58 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-06-09 11:48:58 +0200
commit9da62f52a198a8e043f5ca8ff43570fa040d15d2 (patch)
tree929314e4f5e98763ace57327dc7eec8ec98338c5 /Ports
parent8258b699dbed5af8ce402ae6729666cbb31fb39e (diff)
downloadserenity-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