Implemented Kernel components like CPU scheduler with round-robin, priority-based.

cpu-scheduling low-level-programming mit os systems-programming
1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Integrate the Google Test framework into the existing C++ CPU scheduling simulator to create unit tests for each implemented algorithm (FCFS, RR, SPN, SRT, HRRN, FB, FBV, Aging). This involves setting up the Google Test environment, writing test cases to cover various scenarios and edge cases for each algorithm, and ensuring all tests pass.

Complexity: 3/5
documentation help wanted good first issue

Implemented Kernel components like CPU scheduler with round-robin, priority-based.

C++
#cpu-scheduling#low-level-programming#mit#os#systems-programming