Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
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.
The OS itself is a pre-emptive multitasking system that has proved itself over the years. It uses some standard OS methods like tasks, semaphores and pre-emptive scheduling. Although the source code and porting kits are available on the web the book contains much useful information on multitasking OS as a whole. Whilst it explains the microC/OS-II system (in detail) it also explains alternative methods not used in microC/OS-II. You will learn why the choices were made and the merits of all the methods. Thusthe book will be of use to those studying operating systems in general.
There are some very clear diagrams with the text for things like interrupt priority inversion, interrupt latency and scheduling. Also, the source code is very well commented and constructed, i.e. you will be able to read it and (should be able to) make sense of it. This is a book I wish I had when doing OS theory!
More useful to MicroC/OS users is the porting guide so you can port the OS to new platforms if your target is not on of the 30 odd it is currently ported to. The version with the book is for a x86 target (it will run on your PC). There is a complete explanation of how the machine specific parts work for the x86 version included. Coupled with the porting guide this should be more than enough information to enable you to do you own port.
Apart from all the OS information the initial chapters will quickly get you up and running with a series of programs that will demonstrate various aspects of the OS. This makes the book a very useful operating system learning tool.
I completely recommend this book for MicroC/OS-II users; it will become their bible. As it is a hard cover book it will last a long while. It is also well worth a look for anyone who wants an RTOS for home or commercial projects where they want control over the source. I also recommend this book for students studying operating systems particularly in the embedded field, though be warned it will not work with some of the small 8bit micros. Highly recommended.