An open API service indexing awesome lists of open source software.

https://github.com/jakubfr4czek/sysopy

Operating systems course at AGH University of Krakow.
https://github.com/jakubfr4czek/sysopy

agh agh-wi c linux makefile operating-system

Last synced: 8 months ago
JSON representation

Operating systems course at AGH University of Krakow.

Awesome Lists containing this project

README

          

# SysOpy - Systemy Operacyjne

Repozytorium zawiera rozwiązania zadań z przedmiotu Systemy Operacyjne.

## Baza
[Przykładowe realizacje różnych zadań](./Baza)

## Laboratorium 1
[Makefile](./lab1)

## Laboratorium 2
[Biblioteki](./lab2)

## Laboratorium 3
[Pliki lustrzane](./lab3)

## Laboratorium 4
[Procesy](./lab4)

## Laboratorium 5
[Sygnały](./lab5)

## Laboratorium 6
[Potoki](./lab6)

## Laboratorium 7
[Kolejki](./lab7)

## Kolejki POSIX

![Alt text](img/posix_queue.jpg)

## Kolejki System V

![Alt text](img/systemV_queue.jpg)

## Laboratorium 8
[Semafory, pamięć wspólna](./lab8)

### Semafory POSIX

![Alt text](img/posix_semaphore.jpg)

### Semafory System V

![Alt text](img/semafory_systemV.jpg)

### Pamięć współdzielona

![Alt text](img/shared_memory.jpg)

## Laboratorium 9 i Laboratorium 10
[Wątki](./lab9)
[Mutexy](./lab10)

![Alt text](img/mutexy.jpg)

## Laboratorium 11
[Sockety I](./lab11)

### Sockety przez IPv4 TCP

![Alt text](img/sockety1.jpg)

## Laboratorium 12
[Sockety II](./lab12)

### Sockety lokalnie UDP

![Alt text](img/socket_udp.jpg)

## Kolokwium 1 (4.5 / 5.0)
[Rozwiązania](./kolokwium1%20(4.5))