Rewrite completely the management of processes and the scheduler
- Threads are distinguished of processes - Create a Rust trait SchedulerAlgo to make the addition of algorithms easier
Showing
kernel/src/tasking/algo.rs
0 → 100644