Operating System Embedded: Difference between revisions

Content deleted Content added
Multicore Edition: this section looks like an advert too
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Advert}}
Line 31:
== Architecture and abilities ==
 
{{Advert|date=April 2012}}
 
OSE uses [[event (computing)|events]] (named ''[[signal programming|signals]]'' due to ENEA's telecom background) in the form of messages passed to and from [[computer process|processes]] in the system. Messages are stored in a [[queue (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-source software|open-source]] inter-process kernel design project called [[LINX (IPC)|LINX]].
Line 54:
== Multicore Edition ==
 
{{Advert|date=April 2012}}
 
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 asymmetric multiprocessing (AMP) and symmetric multiprocessing (SMP).