You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aurora OS.js — extensible web OS game and hacking simulator framework for developers and gamers. Virtual OS experience with scripting, apps, terminals & sandboxed gameplay, set in the mental.os() universe.
4ndyOS is a personal operating system project created by a student named Andy—a self-proclaimed lazy developer who never sleeps (seriously, does this guy even blink?). To see the project,click the link 👇below👇
CoreDawn is a lightweight terminal-driven operating system core simulator built in C for Linux environments. It serves as a conceptual model demonstrating how real operating systems manage processes, memory, communication, and system resources.
This project implements and simulates CPU Scheduling Algorithms in Java. It demonstrates how different scheduling strategies impact process execution in an operating system. The simulator provides insights into completion time, turnaround time, waiting time, and response time for each process under multiple algorithms.
Simulates and benchmarks five CPU scheduling algorithms (FCFS, RR, SJF, IdealSJF, MLFQ) using Java and Maven. Includes configurable experiments and aggregated results for performance analysis.
A C++ console-based simulator that implements and compares various CPU scheduling algorithms like FCFS, RR, SRT, HRRN, and more with trace and stats modes.