The document provides an overview of embedded operating systems. It discusses two general approaches: adapting an existing commercial OS or building a purpose-built OS. It then describes the embedded OS eCos, including its configurability, components, hardware abstraction layer, kernel, I/O system, and scheduler. Finally, it discusses the purpose-built OS TinyOS, including its goals for high concurrency, limited resources, hardware evolution, diverse applications and platforms, and robustness. It describes TinyOS' use of components, tasks, commands, events, and its shared resource configuration.