Luna/kernel/include/thread
apio a6f0a7056f Scheduler: Set the user_task field in a Task at creation time
We were previously looking at its segment registers to see if they were user-like, but this method is bad.
What is the task was executing a system call?

So now, we store that value at creation time.
2022-10-12 17:07:39 +02:00
..
PIT.h Reorganize structure 2022-09-21 17:56:53 +02:00
Scheduler.h Kernel, libc: Add support for providing a status code to exit() 2022-10-08 17:56:40 +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