summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/switch_thread.s
AgeCommit message (Collapse)Author
2024-03-28kernel: add a basic thread schedulerDanny Holman
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>