Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-29 | kernel: sched: implement the round-robin schedulerv0.06 | Danny Holman | 1 | -17/+10 | |
Implement a basic round-robin scheduler and tie it to the PIT timer interrupt on x86. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-03-28 | kernel: add a basic thread scheduler | Danny Holman | 1 | -0/+27 | |
Add a basic thread scheduler. This should allow the kernel to schedule threads according to the round robin algorithm. Signed-off-by: Danny Holman <dholman@gymli.org> |