Operating System Embedded: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI error 61 fixes + general fixes, References after punctuation per WP:REFPUNC and WP:PAIC, removed stub tag using AWB (7671)
m Templates: updated, added. Headings: words repeating article title removed, non-leading words that are non-proper nouns decaptialized. Links: added, non-proper nouns decaptialized, needless piping removed. Reference made citation. Copy edits.
Line 16:
| latest_test_date =
| marketing_target =
| programmed_in = assembler[[assembly language|Assembly]], [[C (programming language)|C]], [[C++]]
| prog_language =
| language =
Line 23:
| working_state =
| license =
| website = [http://www.enea.com/ose {{URL|www.enea.com/ose]}}
}}
The '''Operating System Embedded''' (mostly known undermostly by the [[acronym]] '''Enea OSE''') is a [[real-time operating system|real-time]] [[embedded operating system]] created by the [[Sweden|Swedish]] information technology company [[ENEA AB|ENEA]]. [[Bengt Eliasson]], who at the time was a consultant from ENEA with an assignment at [[Ericsson]], wrote the basic parts of the [[kernel (computer science)|kernel]]. The early version for the [[Zilog Z80]] processor was named OS80.
 
Enea OSE is one of the most widely used [[RTOS]]es in the world. According to mobile analyst firm, VisionMobile, OSE has been deployed in over 1.75 billion mobile handsets, as of the end of June 2010.<ref>[{{cite web |url=http://www.100millionclub.com] |title=100 Million Club: Winners and losers in the OS Arena |author=Kapetanakis, Matos |date=3 April 2011 |publisher=VisionMobile Ltd}}</ref> Enea OSE is shipped in hundreds of millions of mobile phones each year and over half of the world's 3G basestations.<ref>[http://www.enea.com/33494.epibrw Leader in Communications Software]</ref>
 
== Enea OSE Architecture and Capabilitiesabilities ==
 
OSE uses [[Eventevent (computing)|events]] (named ''[[Signalsignal programming|signals]]'' due to ENEA's Telecommstelecom background) in the form of messages passed to and from [[computer process|processes]] in the system. Messages are stored in a [[Queuequeue (data structure)|queue]] attached to each process. A 'link handler' mechanism allows signals to be passed between processes on separate machines, over a variety of transports. The OSE signalling mechanism formed the basis of an [[Open open-source software|open-source]] inter-process kernel design project called [[LINX (IPC)|LINX]] .
 
* [[Fault tolerant]], [[distributed architecture]]
Line 50:
* Optima, an Eclipse-based integrated development environment and tools suite
 
== Enea OSE Multicore Edition ==
 
Enea OSE Multicore Edition was released in 2009 and is based on the same microkernel architecture. The kernel design that combines the advantages of both traditional Asymmetricasymmetric Multiprocessingmultiprocessing (AMP) and Symmetricsymmetric Multiprocessingmultiprocessing (SMP).
 
The hybrid AMP/SMP kernel in OSE Multicore Edition is based on a number of :
 
* Essential services in OSE are implemented according to a micro kernel model which allows IP stacks, file systems, application loaders, etc. to be located on different cores, while applications can access these services regardless of ___location in the system (___location transparency).
 
* A kernel that instantiates a separate scheduler on each core with associated data structures to preserve determinism and realtime characteristics.
 
* User-defined process migration and load balancing based on low intrusion mechanisms to measure CPU load on each core.
 
* A lightweight kernel internal IPC mechanism called kernel events used to perform asynchronous, cross core transactions in order to avoid the use of fine-granular locking designs, which has a detrimental effect on performance.
 
VDC Research Group selected Enea OSE Multicore Edition Best of Show at ESC Boston 2009 .<ref>[http://www.embedded.com/esc/220101008 Embeddie Winners Announced]</ref>
 
The Enea OSE family of RTOS features 3 OSs: ''OSE'' for [[ARM architecture|ARM processors]], [[PowerPC]] and [[MIPS architecture|MIPS]], ''OSE<sub>ck</sub>'' for various DSP's, and ''OSE Epsilon'' for minimal devices, (written 100% in pure assembly).
 
== Processor Supportsupport ==
 
OSE supports a range ofmany mainly 32-bit processors:
* ARM family:
** [[ARM9E]]
Line 93 ⟶ 90:
 
==External links==
* Company home page: [http://www.enea.com/{{Official website|www.enea.com]}}
* Product page: [http://www.enea.com/ose www.enea.com/oseProduct page]
 
==References==