Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senapedev/operating-systems
Basic exercises for operating systems.
https://github.com/senapedev/operating-systems
Last synced: 3 days ago
JSON representation
Basic exercises for operating systems.
- Host: GitHub
- URL: https://github.com/senapedev/operating-systems
- Owner: SenapeDev
- Created: 2023-10-19T16:33:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T17:33:24.000Z (11 months ago)
- Last Synced: 2024-11-17T15:56:18.586Z (2 months ago)
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excercise index
| # | Description |
| ------------| ---------------- |
|00 | Forking, show PID and parent PID |
|01 | Sync process with its child process |
|02 | Sort students stored in file using exec, saving results |
|03 | Create a thread that print n-times a character |
|04 | Create a thread that open a file, return number of characters and print |