Embedded system?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pepito

Embedded system?

Post by pepito »

What is the meaning of Embedded System? Must every OS have one?

Thank you,

pepito
common

RE:Embedded system?

Post by common »

An embedded system is a system capable of operating on flash devices, typically.  This generally includes non-volatile, solid state storage.  Embedded Systems typically do not communicate directly with the user, but they may.  Essentially, the operating system is on non-magnetic, non-volatile, static storage memory, as opposed to a HDD.
pepito

RE:Embedded system?

Post by pepito »

Thanl you!
Anton

RE:Embedded system?

Post by Anton »

I feal that it is neccessary to point out(as an addition to above mentioned), that in this system there is no dynamic memory, no way to kill a process, or to create one, ...
:)
Post Reply