ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Inside the JavaOS Operating System
Author:
Tom Saulpaugh&Charles Mirho
ISBN:
0 201 18393 5
Publisher:
Addison-Wesley
Pages:
184pp
Price:
5
Reviewer:
David Caabeiro
Subject:
java
Appeared in:
15-6
You might wonder why you should be interested in a failed project (from the market point of view) such as JavaOS. Well, even though the thin-client idea didn't entice in the end, I found this book to be quite a good read for people not only interested in JavaOS itself, but in modern operating systems design.

The authors narrate the evolution of JavaOS from a simple JVM to a microkernel design, describing concepts such as event handling, bootstrapping, memory, interrupts, networking etc. and how they were designed.

The information you'll find is quite different from the one found in classical texts about OS design. For instance, the chapters on device drivers and the JavaOS System Database (which could be described as the portable counterpart to WinNT's registry) are quite interesting. The book is well organised and contains clear diagrams and code snippets to illustrate the concepts discussed.