Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 310 Bytes

File metadata and controls

21 lines (16 loc) · 310 Bytes

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