Luna/kernel
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
..
include Implement an ELFImage struct 2022-10-07 17:54:05 +02:00
src Implement an ELFImage struct 2022-10-07 17:54:05 +02:00
Makefile Kernel: enable -Wconversion 2022-10-06 17:13:34 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00