Tech Support > Computer Hardware > Microprocessors > recommendations on good books on RTOS needed
recommendations on good books on RTOS needed
Posted by Chen Lin on November 10th, 2003


hi,

Could anyone give recommendations on RTOS books?

Specifically, books talk a little in-depth on general design and
implementation of RTOS, such as scheduling, concurrency, interrupt
handling, device drivers; also, comparison of different RTOSes such as
VxWorks. Basically, good books for a senior embedded software
developer interested in RTOS area.

Appreciated,
Chen

Posted by Not Really Me on November 10th, 2003


MicroC/OS-II - The Real-Time Kernel, Second Edition, Jean Labrosse

www.ucos-ii.com

Comes complete with the RTOS on CD. Ports to 100 different
processors/compilers free on his web site.

Scott

"Chen Lin" <chen_lin99@yahoo.com> wrote in message
news:b6f4d853.0311101017.49cba977@posting.google.c om...


Posted by Mike V. on November 10th, 2003


I have never encountered 3rd party author write a book covering
RTOSes. It looks like you'll have to read thru each vendor's manual.

Other than that, I think you can get by with reading general Operating
Systems textbooks. Even after reading such books in school, I never
really learned much about the theory of scheduling, concurrency, and
interrupts that I can apply to a closed-source RTOS which I can't see
the source code anyways. Maybe for Linux, it will help.

If you want to see a university course on RTOSes, go to www.google.com
Type in "Embry-Riddle", "VxWorks". It will teach you the basics of
programming VxWorks, LynxOS,Unix, etc., or go to:

http://www.rt.db.erau.edu/old_knife/



chen_lin99@yahoo.com (Chen Lin) wrote in message news:<b6f4d853.0311101017.49cba977@posting.google. com>...


Similar Posts