项目作者: dalmia

项目描述 :
'Operating System Concepts' - Solutions to exercises and projects
高级语言: C
项目地址: git://github.com/dalmia/Operating-Systems.git
创建时间: 2017-01-14T09:10:24Z
项目社区:https://github.com/dalmia/Operating-Systems

开源协议:

下载


Operating-Systems

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

References

Dining Philosophers problem using Monitor in Java