Luna/kernel/include/thread
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
..
PIT.h Reorganize structure 2022-09-21 17:56:53 +02:00
Scheduler.h Scheduler: add a load_user_task function that directly loads a file from the initrd 2022-10-01 12:28:32 +02:00
Spinlock.h Add spinlocks 2022-09-18 20:15:19 +02:00
Task.h Implement an ELFImage struct 2022-10-07 17:54:05 +02:00