Luna/kernel/include/thread
apio f8b3567042 Kernel: Add an exec() syscall
Very bare-bones for now. Doesn't support arguments or environment (we don't have that stuff right now), and the executable is not a valid ELF, it terminates the task.

But it's a start!
2022-10-12 17:42:01 +02:00
..
PIT.h Reorganize structure 2022-09-21 17:56:53 +02:00
Scheduler.h Kernel: Add an exec() syscall 2022-10-12 17:42:01 +02:00
Spinlock.h Add spinlocks 2022-09-18 20:15:19 +02:00
Task.h Scheduler: Set the user_task field in a Task at creation time 2022-10-12 17:07:39 +02:00