Skip to content

An Improved Scheduling Algorithm for Real Time Systems

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rtiwary-1 Rtiwary-1 released this 03 Oct 13:29
37900fa

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.