Pentaur is an educational 32-bit microprocessor simulator inspired by the Pentium architecture. It emulates key components of a processor, including ALU operations, registers, segmented memory, flags, ...
An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), ...