Block a user
Double scheduler queue to prevent CPU bound threads to lock the kernel
Syscall routine keeps the locks on scheduler and executor
Syscall routine keeps the locks on scheduler and executor
1bb4074e2f
add statefull scheduler and syscall routine
689f7c8810
add simple syscall architecture
a1a01124de
Start syscall interrupt handler
1bb4074e2f
add statefull scheduler and syscall routine
689f7c8810
add simple syscall architecture
Spawner
No idea for now so I went back to a static executor for now just so I can start working on syscalls which will need to register async tasks in their interrupt handler.
6e64101d09
Make executor static with a force_unlock
88fd29ea1a
No idea how to do a spawner