Skip to content

Robert-Sen/OS_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lab1

This lab implements three algorithms of process scheduling, which includes:

  • first-come first-served, FCFS(FCFS.c)
  • short job first, SJF(SJF.c)
  • Hightest Response Ratio Next, HRRN(HRRN.c)

Run make fcfs or make sjf or make hrrn to generate executables

About

my OS course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published