mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
You can now munmap() a part of a region. The kernel will then create one or two new regions around the "hole" and re-map them using the same physical pages as before. This goes towards fixing #175, but not all the way since we don't yet do munmap() across multiple mappings.
88 KiB
88 KiB