Skip to content

A Java simulator of a simple operating system with a round robin scheduling algorithm and memory-to-disk swapping for larger virtual memory.

Notifications You must be signed in to change notification settings

AhmedNassar7/Operating-System-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Java simulator of a simple operating system with a round robin scheduling algorithm and memory-to-disk swapping for larger virtual memory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages