Luna/kernel/include/thread
apio 9b39d618de Kernel, libc: Implement spawn()
This function is a Luna alternative to fork() and exec().

Why? Simply because I can't figure out for the life of me how to implement a working fork().

So meanwhile, we have spawn() as a replacement. exec() still exists, though.
2022-10-16 18:48:35 +02:00
..
PIT.h Reorganize structure 2022-09-21 17:56:53 +02:00
Scheduler.h Kernel, libc: Implement spawn() 2022-10-16 18:48:35 +02:00
Spinlock.h Add spinlocks 2022-09-18 20:15:19 +02:00
Task.h Kernel: Increment the maximum number of file descriptors a task can have 2022-10-15 14:20:29 +02:00