mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-14 00:27:05 +00:00
We were just blindly trusting that the bootloader would only give us page-aligned memory regions. This is apparently not always the case, so now we can try to repair those regions. Fixes #601