Luna/kernel/include/sys
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
..
elf Scheduler: Move ELF image freeing to ELFLoader 2022-10-12 17:08:17 +02:00
Syscall.h Kernel: Add an exec() syscall 2022-10-12 17:42:01 +02:00