Assignments I did for the Operating Systems course in my University.
Programming Assignment #1: OS Scheduler.
The goal of this assignment was to implement a simple OS scheduler using C/C++. The scheduler’s task is to receive a set of processes and their details and then decide the order of executing these processes based on the chosen algorithm.
Programming Assignment #2: Threading.
The goal of this assignment was to implement a multi-threaded program (using C/C++) that will check for Prime Numbers and Palindrome Numbers in a range of numbers.