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
- Host: GitHub
- URL: https://github.com/dalmia/operating-systems
- Owner: dalmia
- Created: 2017-01-14T09:10:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T18:09:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-10T12:40:28.157Z (9 months ago)
- Topics: c, deadlock, multithreading, operating-systems, processing, syncronization
- Language: C
- Homepage: http://codex.cs.yale.edu/avi/os-book/OS9/
- Size: 64.5 KB
- Stars: 128
- Watchers: 5
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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