Rate-monotonic scheduling (RMS) is a priority assignment algorithm used in real-time operating systems (RTOS) with a static-priority scheduling class. The static priorities are assigned according to the cycle duration of the job, so a shorter cycle duration results in a higher job priority.
- Task input file (ucos-ii__RM\Microsoft\Windows\Kernel\OS2\VS\TaskSet.txt)
format- periodic task
Task ID | Arrive Time | Execution Time | Task Periodic |
---|---|---|---|
## | ## | ## | ## |
- Scheduling diagram
- Final result