EEVDF scheduler for Redox
I just recently finished my Redox Summer of Code where I implemented the EEVDF scheduler and related parts in the Rust-based microkernel Redox OS (https://himwant.org/posts/redox-eevdf/). I am now reading through the excellent OSTEP book and documenting topic-by-topic how a real kernel (Redox) tackles the topic. I have covered struct proc and scheduling till now, the next is memory management! (https://himwant.org/series/ostep--redox/)