mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
The mismatch between the two was causing some trouble if you'd mmap e.g 1KB and then try to munmap() it. The kernel would whine that it couldn't find any such mapping (because mmap() actually rounded the 1KB to a 4KB page.)
74 KiB
74 KiB