mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
sys$fork() now clones all writable regions with per-page COW bits. The pages are then mapped read-only and we handle a PF by COWing the pages. This is quite delightful. Obviously there's lots of work to do still, and it needs better data structures, but the general concept works.
39 KiB
39 KiB