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
2022-10-07 17:54:05 +02:00
2022-10-05 17:34:22 +02:00
2022-10-02 19:58:52 +02:00
2022-09-05 16:13:51 +02:00
2022-10-07 13:27:01 +00:00
2022-09-26 17:55:16 +02:00
2022-10-02 17:25:56 +02:00
Description
A simple POSIX-based operating system for 64-bit computers
11 MiB
Languages
C++ 86.3%
C 10.2%
Shell 1.7%
CMake 1.4%
Assembly 0.4%