Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 276 Bytes

File metadata and controls

2 lines (2 loc) · 276 Bytes

Multiprocessor-Operating-System-Kernel

Implemented a multiprocessor operating system kernel implemented in C++, featuring a scheduler that supports processes and threads following the five-state model, with support for Round-Robin, FCFS, and Priority scheduling algorithms.