Skip to content

lqdagmil/OS-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS-Scheduling

OS Scheduling Technique in C#

Supported Technique

  • FCFS
  • SJF (Non Pre-emptive)
  • SJF (Pre-emptive)
  • Priority (Non Pre-emptive)
  • Priority (Pre-emptive)
  • Round-Robin

Limitation

  • Upto 26 Processes (can be change in the source code)
  • Limited Gantt chart view
  • Quantum locked at (1 - 9)

ScreenShot