This repo contains solutions to various tasks related to Operating Systems, realized during the Computer Science course at AGH UST.
- Memory management. Libraries. Time measurement
- File system. File operations
- Creating process. Process environment, process control
- Signals
- Inter-process communication (pipeline)
- Inter-process communication (queue message)
- Inter-process communication (semaphore)
- Threads - image filtering
- Threads - synchronization methods
- Network sockets