summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Manually specify aslr region startLiam2023-11-251-1/+2
* core: improve debug workflowLiam2023-09-141-1/+2
* kernel: offset code entry point for 39-bit address space type (#11326)liamwhite2023-08-251-1/+1
* k_process: PageTable -> GetPageTableLiam2023-07-151-1/+1
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
* code: dodge PAGE_SIZE #defineKyle Kienapfel2022-08-201-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: loader: kip: Minimal changes to fix KIP loading.bunnei2021-12-181-1/+7
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* loader: Resolve instances of variable shadowingLioncash2021-04-271-6/+6
* program_metadata: Set a default resource size when a NPDM is not presentMorph2021-04-231-1/+2
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-1/+1
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-3/+0
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-1/+1
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-1/+2
* 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
* core/loaders: Simplify PhysicalMemory usage.Markus Wick2020-01-181-2/+3
* VM_Manager: Align allocated memory to 256bytesFernando Sahmkow2019-07-191-1/+1
* kernel_executable: Optimize BLZ decompressionZach Hilman2019-06-071-4/+8
* loader: Add AppLoader_KIP for KIP filesZach Hilman2019-06-051-0/+98