mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
We were short-circuiting the page fault handler a little too eagerly for page-not-present faults in kernel memory. If the current page directory already has up-to-date mapps for kernel memory, allow it to progress to checking for zero-fill conditions. This will enable us to have lazily populated kernel regions.
28 KiB
28 KiB