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: 12 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T17:26:29.000Z (about 1 year ago)
- Last Synced: 2025-02-26T18:30:41.158Z (about 1 year ago)
- Topics: linux, operating-system, os, os-concepts
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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).