Skip to content

A CLI operating system simulator written in Java that simulates processes, memory management, scheduling & synchronization

Notifications You must be signed in to change notification settings

Abd002/os-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Simulator

A CLI operating system simulator written in Java that simulates the following key concepts:

  • Process Management
  • Memory Management
  • Round Robin Scheduling
  • Synchronization and Mutex Locks
  • Context Switching
  • System Calls API

For more details, check out the documentation.

Overall architecture

High Level Architecture

Simulation Workflow Diagram

Workflow Diagram

Done By

  • Abdelrahman Khalifa
    • Kernel, SystemCalls, Process Package
  • Mohamed Hossam
    • Scheduler, Mutex, Docs
  • Mohab Ashraf
    • Interpreter, Memory Package

About

A CLI operating system simulator written in Java that simulates processes, memory management, scheduling & synchronization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages