Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melikechan/os_exercises
OS concepts, explained with examples.
https://github.com/melikechan/os_exercises
linux operating-system os os-concepts
Last synced: 18 days ago
JSON representation
OS concepts, explained with examples.
- Host: GitHub
- URL: https://github.com/melikechan/os_exercises
- Owner: melikechan
- Created: 2024-10-21T12:14:03.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:56:08.000Z (19 days ago)
- Last Synced: 2024-10-28T14:35:44.567Z (19 days ago)
- Topics: linux, operating-system, os, os-concepts
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Operating System Concepts Examples and Explanations
This repository is a collection of examples and explanations of OS concepts.
Examples are written in **C**.
## Resources
- [Operating System Concepts (10th Edition)](https://codex.cs.yale.edu/avi/os-book/OS10-global/)
This book is a holy grail for learning OS concepts. It is highly recommended to read the book along with the examples in this repository.
## Contribution
For adding new examples or fixing existing ones, please follow the [contribution guidelines](CONTRIBUTING.md).