I got started right out of college by joining a company that did embedded development. All my previous experience was PC-based but I knew C and what happens on a low level inside the machine.
Here are a couple of options for getting in:
Do you work at a company that has embedded work going on? Can you transfer into the group?
Look for companies in your area hiring junior embedded software engineers. Many want some embedded experience but don't let that stop you from trying to get in the door. Knowledge of how code really runs (when is the stack used? the heap? what do pointers really do?) is more important.
Pick up a development kit and try some home brew projects (e.g., http://www.embeddedarm.com/products/board-detail.php?product=KIT-ARM#) (now you are talking $)
Brush up on your knowledge of how stacks, heaps, pointers, memory allocation (or lack thereof) all work. Read up on real-time OSes (uC/OS-II is a good start). Practice writing clean, maintainable, small code!
Jack Ganssle has a review of a new book, John Davies' "MSP430 Microcontroller Basics," that he gives high props to for beginning and experienced embedded developers.
