summaryrefslogtreecommitdiff
path: root/src/sys/os/os_elf64.c
AgeCommit message (Expand)Author
2025-09-16kernel: elf: Load ELFs into memoryIan Moffett
2025-09-16kernel: elf: Use memcpy() and remove memset() callIan Moffett
2025-09-16kern: elf: Fix frame calcs + style cleanupIan Moffett
2025-09-16kern: elf: Default to PROT_READ | PROT_USERIan Moffett
2025-09-16kern: elf: Don't load blank program headersIan Moffett
2025-09-16kern: Add initial ELF loader sourcesIan Moffett