Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 382 Bytes

File metadata and controls

8 lines (7 loc) · 382 Bytes

Operating System Simulator

A Java simulator of a simple operating system.

Key Features

  • Round robin scheduling algorithm with configurable quantum size
  • Physical and logical memory simulation with configurable size
  • Simulates swapping processes to hard disk to provide an unlimited virtual memory.
  • Supports mutexes for memory for input, output, file reading and writing