Luna/kernel/include/sys/elf
apio dc389da74e Implement an ELFImage struct
This struct allows us to keep track of what memory is used by the loaded executable. For some reason, freeing this memory when the task exits triggers a kernel page fault, so I'm not doing that right now.
2022-10-07 17:54:05 +02:00
..
ELF.h Add an ELF Loader!! 2022-10-01 12:15:56 +02:00
ELFLoader.h Implement an ELFImage struct 2022-10-07 17:54:05 +02:00
Image.h Implement an ELFImage struct 2022-10-07 17:54:05 +02:00