Basic Object-Oriented Operating System
Implementation of a basic operations of an operating system in C++. The repository is part of delivered projects during the course Operating Systems I of the Federal University of Santa Catarina (UFSC) in the first half of 2015.
Each new project, or may be an operation or a data structure that helps in the first (except A3). Now, the index of tasks:
- A1: Implementation of a queue doubly linked and context switch and cooperative tasks;
- A2: FCFS and priority schedule;
- A3: Barrier (synchronization) - semaphores solution.