summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* loader: elf/kip/nro: Updates for new VMM.bunnei2020-04-171-1/+3
|
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-1/+1
| | | | - helpful to disambiguate Kernel::Memory namespace.
* core/loaders: Simplify PhysicalMemory usage.Markus Wick2020-01-181-2/+3
| | | | | It is currently a std::vector, however we might want to replace it with a more fancy allocator. So we can't use the C++ iterators any more.
* VM_Manager: Align allocated memory to 256bytesFernando Sahmkow2019-07-191-1/+1
| | | | | | This commit ensures that all backing memory allocated for the Guest CPU is aligned to 256 bytes. This due to how gpu memory works and the heavy constraints it has in the alignment of physical memory.
* kernel_executable: Optimize BLZ decompressionZach Hilman2019-06-071-4/+8
|
* loader: Add AppLoader_KIP for KIP filesZach Hilman2019-06-051-0/+98