toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
39 stars 4 forks source link

refactor: add the process scheduler struct #1064

Closed toku-sa-n closed 2 years ago

toku-sa-n commented 2 years ago

I know "manager" is one of the code smells, but I have written more readable code than the current implementation in the Antei OS. So, I'll rewrite the code by adding the manager class and later refactor it.