Skip to content
/ OS Public
forked from nitinsultania/OS

Operating System Algorithms Demo Implemented in C

Notifications You must be signed in to change notification settings

Hub-Abhi/OS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS

Operating System Algorithms Demo implemented in C

This Repository contains some Scheduling Algorithms used by different operating systems implemented in C. The programs are just for demo purpose and can't be really implemented in the OS.

Scheduling Algorithms Includes:

  1. FCFS: First Come First Serve
  2. SJF: Shortest Job First
  3. RR: Round Robin
  4. MFQS: Multilevel Feedback Queue Scheduling

Other Algorithms:

  1. Bankers Algorithm to find the safe sequence of the given processes
  2. Bankers Algorithm to check if the request for resources by a given process is valid or not.

Each Program takes input from the corresponding test files present in the folder.

About

Operating System Algorithms Demo Implemented in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 100.0%