Login
From:
nikofil’s blog
(Uncensored)
subscribe
Rust-OS Kernel - Task scheduler
https://nfil.dev/kernel/rust/coding/rust-kernel-task-scheduler/
links
backlinks
Tagged with:
coding
rust
kernel
userspace
Roast topics
Find topics
Find it!
This post is about writing a simple, round-robin task scheduler for my Rust kernel. It builds on some concepts I wrote about in my previous post: To userspace and back!