Skip to content

bdeweygit/os-simulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Simulations

with lots of pretty printing

Linker

  • double-pass

Scheduling

  • first come first served
  • round-robin
  • shortest job first
  • highest penalty ratio next

Banker

  • banker's algorithm
  • optimistic algorithm

Paging

  • last in first out
  • least recently used
  • random

About

Simulations of some basic OS algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages