Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 583 Bytes

Operating Systems, AGH UST, 2020

Tasks + solutions

  • lab1: gcc options, gdb, make, memory managing, libraries (shared, static, dynamic), time measurement
  • lab2: files
  • lab3: processes
  • lab4: signals
  • lab5: pipes
  • lab6: inter process communication - messages queue (IPC, POSIX)
  • lab7: inter process communication - shared memory, semaphores (IPC, POSIX)
  • lab8: threads - basics
  • lab9: threads - synchronization methods
  • lab10: sockets (UDP, TCP), local sockets, networking