Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 |