switch to a priority-based round-robin scheduler #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This would give a BIG performance improvement. The issue is that userspace apps like spin or usb don't require such frequent scheduling (or at least on par with ce).
Resources:
https://f.osdev.org/viewtopic.php?t=33089
https://wiki.osdev.org/Scheduling_Algorithms
https://github.com/dreamportdev/Osdev-Notes/blob/master/05_Scheduling/02_Scheduler.md