Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 300 Bytes

Operating System Simulator

A C simulator of a simple operating system.

Key Features

  • Multilevel Feedback Queue (MLFQ) scheduling algorithm with doubling quantum size
  • Physical memory simulation with configurable size
  • Supports mutexes for memory for input, output, file reading and writing