Book Reviews
These are reviews of general programming books, and books about OS development.
![]() |
Practical File System Design with the Be File SystemAuthor: Dominic GiampaoloRating: 9 ISBN: 1558604979 Amazon's page for this book Half.com's page for this book |
|
Great book that explains the basics and some advanced things about filesystems in general. But this book ALSO covers the BeOS filesystem (BFS). If your planning on making your own filesystem or are new to how a FS works: This is the book for you!
A TERRIFIC BOOK!!! This book is THE book to read if you are interested in making a file system, understanding the Be File System, or just understanding file systems in general. The author's writting style is very clean and easy to understand, yet it's not boring. This is a fine book. The title is a little misleading -- not only does it describe what the BeFS team went through when designing and implementing their file system, but also compares it with various other common file systems. This is the best benchmark for file system design. | |
| Write a review of this book. | |
![]() |
Inside the Windows 95 File SystemAuthor: Stan MitchellRating: 5 ISBN: 156592200X Amazon's page for this book Half.com's page for this book |
|
A good book, not so good a book... The title is somewhat misleading. I was expecting lots of info on the FAT file system. Hardly any at all is given in this book. Instead, this book focuses on how Windows 95 handles file system drivers, and how to make your own file system driver for Windows 95. | |
| Write a review of this book. | |
![]() |
MMURTL V1.0Author: Richard A. BurgessRating: 2 ISBN: 1588530000 Amazon's page for this book Half.com's page for this book |
|
I kinda hate to say this, but don't buy this book. The author's writting style is often hard to follow, and there are some errors throughout this book. There is some good stuff in it. But the price of the book and the small amount of good stuff doesn't begin to ballence out IMHO. This book is NOT giving the information you need to develop your own os. The book is full of source-code, which is also shipping on the CD. In my opinion he should take this space to explain the things he is talking about. Same as osmaker: You should not buy this version. Maybe a later one will be better. For some odd reason I found this book slightly more interesting and witty than anyone here seems to think. I do have issues with it as well tho, namely the fact that it doesnt contain much good code and some of the descriptions are muddled to a rather unpleasant chunk of garble, but I found it interesting and found that it was handy to figure out kind of what you need to do, only you have to read the whole darn thing before you even get the basics. As I wrote this, at first my rating was a 7, but thinking about it, its a 5 :) Very much agreed on the fact that the book itself is just the source code with some extra paragraphs explaining nothing useful. The OS itself is based on old concepts such as TSS, instead of context switching and has no support for Symmetric Multi-Processing. It only supports 4GB RAM I think, but there is a patch at the website. The system is very slow and runs only from floppy.
Really the only part that I found somewhat useful text wise, was the part suggesting an order to writing your own. It also does not really explain HOW to create one, just explains theirs. This book won't teach you how to write your own OS. Rather, it teaches you the way MMURTL does things. The book doesn't appear to have been proof read or corrected: it's full of grammar mistakes, lines are messy and unaligned, missing full stops, inconsistencies, etc. It's a really awful, amateurish job.
That's sad because the author put an enormous amount of effort into this book and wrote the MMURTL system over five years. If he had've proof read the book, corrected all the obvious errors, and published professionally, then this book could have been a good general introduction to OSes (not writing your own though.)
I've had this book for 18 months or longer, I can't remember how long I've had it exactly. I read the parts I wanted to read in an afternoon, and the rest was useless. I was still as confused as ever about where to start writing my own OS. This book is something hefty and it resembles to be assembled and stuffed together in some hasty manner.
Nevertheless, however bad it might be considered, it gave me a good start off. But only in company with andrew tanenbaums os-development book and with the undispensable hardware book. I had to do research myself. the authors canna tell one everything.
What threw me up: the sloppy design and layout of the book and the fact that the os mmurtl itself isn't revised or under development anymore. Just coded down and that's it. You have to read exactly what stands written there and afteron you have to read between the lines to get the clue out of the sentences. Not very funny if one wants to learn something. | |
| Write a review of this book. | |
![]() |
Modern Operating Systems(2nd edition)Author: Andrew TanenbaumRating: 9 ISBN: 0130313580 Amazon's page for this book Half.com's page for this book |
|
I found this book at my local libary and I must say it's pretty good. It has a nice introduction which covers some historical facts about various OS's and their designs. I like the structure as it's meant to teach you something (maybe because it's a textbook ;P). One downside is Andrew seems to assume you know at least a little about Unix and/or Linux (some consepts of these he covers so it's not a big problem).
I've read most of this one, and it offers some quite in-depth information about Operating System Design. The only problem with it is that it's not a definitive guide to writing an OS, its just in depth coverage about OSes and what makes them work. This book is excellent, a great insight into how the more popular operating systems work nowadays, and even includes references to older, but interesting systems. It weighs the merits of competing systems suprisingly fairly, and even includes a chapter on operating systems design, which is quite interesting. The only drawback comes for relatively new osdevers, the authors uses a few mathematical concepts that make it a little difficult to understand the algorithms. | |
| Write a review of this book. | |
![]() |
Inside the Windows Nt File SystemAuthor: Helen CusterRating: 0 ISBN: 155615660X Amazon's page for this book Half.com's page for this book |
| Write a review of this book. | |
![]() |
Distributed Systems: Principles and ParadigmsAuthor: Maarten Van Steen and Andrew S. TanenbaumRating: 0 ISBN: 0130888931 Amazon's page for this book Half.com's page for this book |
| Write a review of this book. | |
![]() |
Operating Systems: Design and Implementation(2nd edition)Author: Andrew S. Tanenbaum and Albert S. WoodhullRating: 8 ISBN: 0136386776 Amazon's page for this book Half.com's page for this book |
|
Very good book for those who really want to deal with the topic. But the book's to expensive for people who just want to develop their own "Fun-OS" However, a great book that explains really everything... Its good for operating system development in one sense, but sort of not in another. This book basically covers the operating system MINIX which is mini UNIX. Comes with source code which is at least commented. The main text dicusses theory mainly however, not writing your own. The book is well written, in its own tech style (very straightforward) and, as mentioned before, is very comprehensive. The only beef that I have with the book is that the source is included at the very end of the book in order (aka not grouped with similar units, but in the same way a compiler goes through it) and references are made to line numbers through the text. The ideal way to handle this (IMHO) would be to dissect the code so a working example of how the things work, rather than having to flip back and forth and try to apply knowledge without its explanation on hand. This is the first book you should read if you want to write an OS. Here I assume you have mastered the C programming language and can at least read and "get the drift" of assembly language. You will need to know some of the very basics about Intel architecture processors before getting anything out of this book. Despite what you may think, this is not a beginner's book on OS development. This is serious stuff, but it's exremely well written. It is structured so that each chapter covers the general theory of one particular part of OS development (say, processes and IPC) then goes on to talk in great detail about the implementation of that particular topic in Minix. Minix is beautifully written, even though it is rather large for an educational OS (but well worth it, because let's face it, most of the time you get crap toy code at college.) Excellent book, like the other reviews say. It gives all the needed information for planning an Operating System. One of the main downsides that I found was that the code was found in the back of the book, and not clumped in the concerning areas. Other then that, the book was a great buy. I recommend getting it at some Half-Priced book store, ebay, ubid, or half.com. I believe it is a better text book for college students / high school students then "For Fun". This book has a tramendous amount of data from other articles, books, etc. A well put-together resource. All in all, great book. | |
| Write a review of this book. | |
![]() |
Indispensable Hardware BookAuthor: Hans-Peter MessmerRating: 9 ISBN: 0201596164 Amazon's page for this book Half.com's page for this book |
|
THIS IS A MUST-HAVE for anyone in the OSD (or computer science) sector! It contains everything you ever wanted to know about computers and their internals. I REALLY RECOMMEND THIS ONE! A massive book with really really good contents. I think you can find almost everything that you look for about hardware interfacing and etc. Very formal and documentary lanuage, very informative a I think it is a MUST for especially hardware programmers. (But be warned, it is very thick) | |
| Write a review of this book. | |
![]() |
Programming Pearls(2nd edition)Author: Jon Louis Bentley, Jon BentleyRating: 8 ISBN: 0201657880 Amazon's page for this book Half.com's page for this book |
|
An excellent collection of essays on design and implementation in general. While it concentrates on 'programming in the small', it describes techniques that could be applied universally. Major topics include program testing and correctness, algorithmics, and optimization principles. This is a classic which should definitely be read by everyone. A book which can help understand your programs better !. The main theme in this book is writing efficient code. It also includes discussions on correctness and algorithm design. A great book all in all.Make you think analytically about your progarms. | |
| Write a review of this book. | |
![]() |
Just for FunAuthor: Linus Torvalds, David DiamondRating: 8 ISBN: 0-06662-0724 Amazon's page for this book Half.com's page for this book |
|
Yesterday i bought JUST FOR FUN and one hour later I started reading. I read until I felt asleep. Today I continued and I'm done. This is one of the best biographies! (I rarely read biographies). You can have a look into the life of this Finnish genius; the book is very entertaining and has several jokings.
This is one of the most entertaining "computer books" I`ve ever read. Describes how LINUX was developed but mentions no details.
Excellent... First of: this book doesn't explain anything about OSD programming or so, this is a book about how Linus made Linux :) . Still this book is a great source of inspiration and contains "tips" (if you read between the lines) on how to successed with your OSD project.
I abselutely love this book. Im in the middle of reading it right now, and I can tell you that you wont want to put it down. I am not a big fan of biographies, as I tend to fare towards the Science Fiction/Fantasy aspect of things, but this is ungodly well written, and the most interesting thing I have read all year. I read it and it was a very good book, it really motivated me to learn to program better so I could some day write the kind of code that Linus Torvolds did This is a wonderful and inspiring book for all programmers to read. it also has many details on how Linus developed Linux, it is awesome book to read...although I would like to see that code to that alternating A, B, A, B, program that Linus wrote when he tested protected mode, he documented the "Just for Fun" process in a fantastic way, i'm working on getting my own copy of it, but it's a must have if you are one of the "Just for Fun" people I was glued to this book, its really great, I jumped straight in and started coding my kernel. Its good to get other programmers perspectives and their implementations, especially when its from the creator of the kernel we all just love. | |
| Write a review of this book. | |
![]() |
Upgrading and Repairing PCsAuthor: Scott MuellerRating: 10 ISBN: 0789727455 Amazon's page for this book Half.com's page for this book |
|
Though slightly off-subject, in a sense, I found this book to be great. Most general knowledge questions can be answered using this. The definintion of boot processes, IRQs, interrupts, and such is stupendous. I must commend Mueler for his excellent work and would recommend the book to anyone who has ever seen a computer in their life. Well worth the $42.00 ! | |
| Write a review of this book. | |
![]() |
Operating System ConceptsAuthor: Abraham Silberschatz, Peter Baer GalvinRating: 7 ISBN: 0471417432 Amazon's page for this book Half.com's page for this book |
|
A wonderful book , to get the basic hang of how an Operating System works. The chapter on IPC is not done very well, but the treatment for Memory Mgmt and File System Structures is laudable.
Don't expect this book to guide you with the actual coding, Its far from hardcore.
All in all, its an extremely readable and up-todate book. This book is interesting, but once again doesnt actually tell you how to code. I also have been wondering what the dinosaur on the front has to do with anything. It is a good text to start with, so that u get ur os concepts right. The initial bit is not so good. Once it moves into mem mgmt, virtual mem and filesystems, it gets pretty neat. No hardware stuff though. Just concepts. However, for the IPC and deadlocks bit, Modern Operating Systems - Andrew S. Tanenbaum may be good. Say you want to do something, like get some really basic paging going. Before you can program a page table or directory, you have to know what they are and how they fit into the overall operating system. To figure out what they are and how they fit, use this book. It's great - very little to no code. To figure out how to actually write the code - download a few open source OS's as guides, go through the Intel manuals, and consult Tanenbaum. OS Concepts pretty much follows it's name - it's a concept book, and a great one at that. | |
| Write a review of this book. | |
![]() |
Assembly Language Step-by-Step(2nd edition)Author: Jeff DuntemannRating: 6 ISBN: 0471375233 Amazon's page for this book Half.com's page for this book |
|
seriously, this is probably the worst x86asm book i have ever set my hands upon. Way back when i began to learn x86 asm, i picked this book up at the library, and spent some time standing there just flipping through the book. Duntemann talks to the reader as if he or she was a ignorant fool, cracking up pathetic jokes completely off the topic. It's not comprehensive, and most things are touched upon _very_ lightly. If memory serves correctly, there is about 1 or 2 chapters of so-called "programming with linux", in which the basic libc functions are explored.
Before I write a word in my actual review, I would like you to know that this book is what I used to learn Assembly Language, and is practically the only knowledge I have on the subject other than looking at some code, so I might be a little biased towards this book. That said...
This is a very good book for Novices to x86 Assembly language. Not one for the advanced Asm programmer tho. It covers 16bit programming in DOS (flat and segmented modes) and in this edition it now covers Asm programming in Linux. The book is very well thought out and structured, the first few chapters are on hex, binary and the hardware of the computer which is well worth knowing (but may be boring if you all ready know the subject the chapter covers) it has plenty of diagrams and helpful real life metaphors to get the points across and exercises if you fancy testing yourself (but it isn\'t based around the testing like some books). The middle of the book goes into using the DOS debug program (very useful at times) and then eventually DOS programming. This means you will need DOS but an old boot disk will probably do the trick. It covers all the basic principles and has left pretty much nothing uncovered. The end few chapters covers the GNU debugger and protected mode Asm in Linux. | |
| Write a review of this book. | |
![]() |
Linux Kernel DevelopmentAuthor: Robert LoveRating: 9 ISBN: 0672325128 Amazon's page for this book Half.com's page for this book |
|
This book is akin to the "Design and Implementation" book by Tanenbaum. It is better than other linux kernel development books because a) it covers the new stuff (2.6), b) it includes lots of code examples and excerpts, and c) it is intended to
be read rather than only referenced. | |
| Write a review of this book. | |
Submit a New Book Review
This is for books that are not yet listed. If you wish to write a review about a book that is listed, just click on the link that says, Write a review of this book below the book.














