Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Operating System Design (Prentice-Hall Software Series)

Operating System Design (Prentice-Hall Software Series)

List Price: $83.00
Your Price: $83.00
Product Info Reviews

<< 1 >>

Rating: 4 stars
Summary: Disappointing but informative...I take back that statement.
Review: For the most part this book is informative. If you have no idea of how a basic Operating System functions, or what it's responsibilities are, then this book will definitely clue you in. However, this book seemed to fall short of what the writers promised. For example, the version of XINU described in this book boots from DOS. I am suspicious of any operating system that boots from another operating system and then uses the services of it...it reminds me of Microsoft Windows 3.1. The OS also uses and relies on some of the PC's BIOS routines and services. While that technique makes the OS portable on different PCs, it limits its use only to PCs and hides a lot of operations that (in my opinion) should be shown. After reading it a few times, I found that the book was quite helpful after all. The OS has been ported to many other CPU's. The full source code can be found on the internet. The OS is quite powerful but still is simple (I was able to port the code to run on a 68010 project of mine; seeing the ported versions and the book's theory was enough to guide me). A decent book, it doesn't describe an operating system 'from the ground up', but comes close to it. Sure there are other operating systems out there with open source, but how many of those tell you what each function of the code does and what role these functions play in a OS?

Rating: 5 stars
Summary: Great manual on simple OS design
Review: This book does what no nother OS book has attempted: walk the reader through the implementation of a complete operating system from the hardware up. The full source code for the complete OS is included.

While this book does not cover many of the more advanced concepts (including virtual memory and memory protection; the hardware considered does not support such features) it does successfully demonstrate how the whole system fits together. The book is very accessible and is suitable for readers who have only application-level programming experience.

I strongly recommend reading this book cover to cover and then purchasing a more advanced book (such as _Modern Operating Systems_ by Tanenbaum) as a reference to sophisticated features.

Rating: 1 stars
Summary: Not Useful
Review: This book focuses exclusively on XINU, the OS written mainly by Comer. I will say this book is useful in the time when there was no open source, decent OS, however with the advent of Linux, I can't see any reason to study XINU anymore. Although XINU has most of the functions a modern OS should possess, there is essentially NO application written for this OS and it is only used by a handful of universities in their OS courses(for example, Purdue University, WL). If you really want to learn OS, I would recommend you to learn Linux which has relatively superior documentations(and is far more useful and stable than XINU). Some universities also used other experimental OSs like Nachos. I know nothing much on these OSs, therefore I make no comments.

Some people might argue Linux is far too complex and intimidating for beginners to study, well this is true in view of the current Linux kernel, however the instructor should be able to remove the superfluous components in the kernel. The basic kernel is not hard to comprehend at all.

Rating: 5 stars
Summary: XINU is a marvelous operating system for embedded computers.
Review: This book is a college-level text that explains and documents XINU, a compact, robust operating system. The code for every function appears in the book embedded in explanatory text. The author exposes his design choices and the reasons behind them. Exercises encourage thinking about alternative methods and added features. I used XINU for a very demanding real-time system. I found it to be capable and robust. The superb documentation found in the book gave confidence to write several device drivers for some peculiar peripherals. This the best of the dozen or so books on operating systems that I've read.

Rating: 5 stars
Summary: Great book to learn Operating System
Review: Xinu is a beautiful OS and this book is a very
readable description of Xinu. Xinu with its threads
and micro kernel architecture is very suitable for
embedded applications and it has TCP/IP stack too.
Xinu is not a toy OS or even merely an
educational OS. I personally ported Xinu to an R3041
(MIPS) based board for an industrial application and
it worked very well. Hats off to Comer and others at
Purdue for giving Xinu to the world.


<< 1 >>

© 2004, ReviewFocus or its affiliates