Embedded operating system
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
An embedded operating system is an operating system for embedded computer systems. These operating systems are designed to be compact, efficient, and reliable, forsaking many functions that non-embedded computer operating systems provide, and which may not be used by the specialized applications they run. They are frequently also real-time operating systems, and the term RTOS is often used as a synonym for embedded operating system.
An important difference between most embedded operating systems and desktop operating systems is that the application, including the operating system, is usually statically linked together into a single executable image. Unlike a desktop operating system, the embedded operating system does not load and execute applications[1]. This means that the system is only able to run a single application.
[edit] See also
- List of Embedded operating systems
- Principle of least privilege (computer security)
These operating systems are specially designed to deal with limited processing power,size and memory constrains.
[edit] References
- ^ Programming Embedded Systems, Second Edition, Michael Barr and Anthony Massa
| This operating system-related article is a stub. You can help Wikipedia by expanding it. |