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

https://github.com/dalmia/operating-systems

'Operating System Concepts' - Solutions to exercises and projects
https://github.com/dalmia/operating-systems

c deadlock multithreading operating-systems processing syncronization

Last synced: 5 months ago
JSON representation

'Operating System Concepts' - Solutions to exercises and projects

Awesome Lists containing this project

README

          

# Operating-Systems
Code segments for sections within the book [Operating System Concepts][1]. Also includes solutions to exercises and some special implementations briefly mentioned in the book.
Finally, there is a [project][2] on creating a shell in C.

# References
[Dining Philosophers problem using Monitor in Java][3]

[1]: https://github.com/yuanhui-yang/Operating-System-Concepts/blob/master/Operating%20System%20Concepts%20-%209th%20Edition.pdf
[2]: https://github.com/dalmia/Operating-Systems/tree/master/3-Process%20Concept/project%20-%20shell
[3]: https://www.mtholyoke.edu/~blerner/cs322/Examples/Lecture09/DiningPhilosophersUsingMonitor.java