Releases: Rtiwary-1/Round-Robin-Scheduling-For-RTOS
Releases · Rtiwary-1/Round-Robin-Scheduling-For-RTOS
An Improved Scheduling Algorithm for Real Time Systems
The aim of this project is to come up with a method for CPU scheduling that enhances the CPU performance in a real-time operating system. The proposed algorithm for real-time systems is a hybrid of priority and round-robin scheduling algorithms. It combines the merits of round-robin, like the elimination of starvation, and priority scheduling.