gaf
User
 Platinum Osdever
| Posts: 153 |  | Karma: 10
|
Re: Books for OS Developers - 2005/04/29 09:56
Hello Tanenbaum actually wrote two books about os development: - Modern Operating Systems - Operating Systems: Design and Implementation
I have a copy of the first one and IMHO it's a great ressource to look things up. It covers almost every aspect of an OS and is written in a rather easy to read way. You can find the book's table of contents aswell as a few sample chapters on Tanenbaum's site. Nevertheless books are only meant to give you the background knowledge needed to write an OS and not to show you how to actually write it. If you're just searching for some example code, tutorials are the better choice..
I've never read the second book, but as far as I know, it leans more towards the implementation and includes several examples from Tanenbaum's own OS Minix.
regards, gaf
|