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.
- Abdelrahman Khalifa
- Kernel, SystemCalls, Process Package
- Mohamed Hossam
- Scheduler, Mutex, Docs
- Mohab Ashraf
- Interpreter, Memory Package