Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 823 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 823 Bytes

Operating Systems Exercises - All Series

This repository contains the series of exercises for the Operating Systems class, part of the 6th Semester curriculum at the School of Electrical and Computer Engineering, NTUA. These exercises are designed to enhance understanding of Operating Systems and various concurrency mechanisms in C, including:

  • Pipelines
  • Atomic operations
  • Mutexes
  • Semaphores
  • Main Memory Management
  • Virtual Memory Management

Additionally, this repository includes the corresponding questions and the reports we authored.

Mandelbrot Fractal

Contributors