mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-06 08:10:29 +03:00
e35ab6d1e0
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.