mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-01 08:29:24 +03:00
We want to create arbitrary mirrors in the guest address space and to make this possible, we map the entire address space as a shared memory file. A mirror is mapped by using `mmap` with the offset into the guest address space.