Coming Soon
Interactive Labs
Reading about a scheduler is one thing. Configuring one and watching threads compete for the CPU is another. Interactive labs are the next step — simulations you can tweak, break, and learn from.
Planned labs
- Scheduler playground — compare FCFS, SJF, and round-robin
- Virtual memory simulator — page faults in real time
- Cache visualizer — see hits, misses, and evictions
- Network tracer — follow a packet from socket to wire