Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 466 Bytes

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