switch to a priority-based round-robin scheduler #3

Open
opened 2026-04-16 00:25:40 +02:00 by kamkow1 · 0 comments
Owner

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

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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kamkow1/mop3#3