https://github.com/zofiagrodecka/operating-systems
Tasks implemented during operating systems course in 2nd year of Computer Science at the AGH UST in 2021
https://github.com/zofiagrodecka/operating-systems
Last synced: about 1 year ago
JSON representation
Tasks implemented during operating systems course in 2nd year of Computer Science at the AGH UST in 2021
- Host: GitHub
- URL: https://github.com/zofiagrodecka/operating-systems
- Owner: zofiagrodecka
- Created: 2021-09-16T11:39:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T18:50:55.000Z (over 4 years ago)
- Last Synced: 2025-01-23T20:44:08.758Z (over 1 year ago)
- Language: C
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating-Systems
Tasks implemented during operating systems course in 2nd year of Computer Science at the AGH UST in 2021.
Course included:
- Memory management, libraries, time measurement
- Operations on files
- Processes
- Signals
- Pipes
- Message queues
- Shared memory and semaphores
- Threads
- Sockets