skyline/app
Billy Laws f1a28f7a1c Fix the behaviour of svcQueryMemory and allow getting the extents of
unmapped regions

svcQueryMemory will return a valid descriptor for anything in the
address space, from 0 to 1 << addrSpaceBits, this was handled
incorrectly before and we were only returning descriptors if the
address was in a mapped region.

If an address in an unmapped region is requested then the extents of the
unmapped region up to the address space end are returned. If the address
requested is outside of the address space then the extents of the
inaccessible address space are returned.

To facilitate this support was added to MemoryManager::Get for
generating the extents of unmapped regions using the chunk list.
2020-07-09 14:08:58 +00:00
..
libraries Fix lz4 submodule 2020-07-01 06:24:41 +00:00
src/main Fix the behaviour of svcQueryMemory and allow getting the extents of 2020-07-09 14:08:58 +00:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update gradle, SDK and build tools to Android R 2020-07-08 20:11:55 +00:00
CMakeLists.txt Extend applet manager services for the library applet 2020-07-09 13:57:28 +00:00
proguard-rules.pro Improvements to UI/UX 2020-04-24 17:09:13 +05:30