Reading and understanding the code of open source projects also helps. If possible, download the source code, build and run in your own board, and then try to change stuff around. Add a new process to the system, a cool little feature that interests you and you will learn a lot from it. Not to mention the satisfaction and fun you get from seeing your project run.
These are some open source embedded OSs you could try.
http://www.sics.se/contiki/
The Contiki OS is small and designed for things with small memory requirements.
Another popular Embedded OS is Tiny OS. ( tiny OS dot net)
I hope this helps, I know you asked about books, but you will get a lot from trying it out on your own.