Skip to content

Releases: Rtiwary-1/Round-Robin-Scheduling-For-RTOS

An Improved Scheduling Algorithm for Real Time Systems

03 Oct 13:29
37900fa
Compare
Choose a tag to compare

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.