Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | loader: elf/kip/nro: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -1/+3 |
| | |||||
* | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 1 | -1/+1 |
| | | | | - helpful to disambiguate Kernel::Memory namespace. | ||||
* | core/loaders: Simplify PhysicalMemory usage. | Markus Wick | 2020-01-18 | 1 | -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 256bytes | Fernando Sahmkow | 2019-07-19 | 1 | -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 decompression | Zach Hilman | 2019-06-07 | 1 | -4/+8 |
| | |||||
* | loader: Add AppLoader_KIP for KIP files | Zach Hilman | 2019-06-05 | 1 | -0/+98 |