Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).