Luna/kernel
apio d3c414af4e
ELFLoader: Do not keep track of segments
This reduces calls to kmalloc() since segment data is heap-allocated, and the segments loaded will be deleted when deleting the page directory.
2023-01-05 21:46:03 +01:00
..
src ELFLoader: Do not keep track of segments 2023-01-05 21:46:03 +01:00
CMakeLists.txt Add a simple ELF loader 2022-12-23 13:09:21 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00