Luna/kernel/src/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.cpp Kernel: enable -Wconversion 2022-10-06 17:13:34 +02:00
Scheduler.cpp Implement an ELFImage struct 2022-10-07 17:54:05 +02:00
Spinlock.asm Optimizations in Spinlock.asm 2022-09-19 16:36:34 +02:00
Spinlock.cpp Forgot to add volatile 2022-09-18 20:16:46 +02:00
Task.cpp Kernel: Add SSE support (enable SSE on boot and save context (user tasks only) on task switch) 2022-10-02 18:53:54 +02:00