Book Reviews:Operating Systems Design and Implementation
Posted: Sun Dec 10, 2006 10:10 pm
This thread is a place to discuss the book titled Operating Systems Design and Implementation located on the Books wiki page.
The Place to Start for Operating System Developers
http://f.osdev.org/
Or let's say biased towards Minix. No threads! Concepts only of deadlocks.MessiahAndrw wrote:It's a great book and an interesting read, but it seems a bit bias toward micro kernels.
http://www.minix3.org/doc/The main documentation for MINIX 3 is the book Operating Systems: Design and Implementation 3/e by Andrew S. Tanenbaum and Albert S. Woodhull, Prentice Hall, 2006. The image at the right is a link to the book at amazon.com.
This book discusses operating systems in general, and MINIX 3 in particular.
But in the theory part he reasons what is good and bad about thread support. And if the kernel doesn't support them, you can just use some userspace implementation of pthreads, he says.ces_mohab wrote:Or let's say biased towards Minix. No threads! Concepts only of deadlocks.
Because Minix has no threads and ignores deadlocks.
but it's a good start.