Skip to content

A tiny scheduler that schedules and allocates memory for simulated processes. (School Project)

License

Notifications You must be signed in to change notification settings

mariocynicys/Mini-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Scheduler

An OS scheduler simulator and a memory allocator.


Algorithms Implemented for Scheduling:

  • First Come First Serve
  • Shortest Job First
  • Preemtive Highest Priority First
  • Shortest Remaining Time Next
  • Round Robin

Algorithms Implemented for Memory Allocation:

  • First Fit
  • Next Fit
  • Best Fit
  • Buddy System Allocation

About

A tiny scheduler that schedules and allocates memory for simulated processes. (School Project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published