mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 19:51:14 +01: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.