Operating-Systems icon indicating copy to clipboard operation
Operating-Systems copied to clipboard

'Operating System Concepts' - Solutions to exercises and projects

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