From Handwiki ![]() | |
| Developer | ENEA AB |
|---|---|
| Written in | Assembly, C, C++ |
| OS family | Real-time embedded operating system |
| Working state | Current |
| Source model | Closed-source |
| |Final release|Latest release}} | 5.9.1 / March 20, 2018 |
| Marketing target | Multi-core embedded systems |
| Available in | English |
| Platforms | ARM, PowerPC, MIPS |
| Kernel type | Microkernel |
| License | Proprietary |
| Official website | www |
The Operating System Embedded (OSE) is a real-time embedded operating system created by the Swedish information technology company ENEA AB. Bengt Eliasson, who at the time was a consultant from ENEA with an assignment at Ericsson, wrote the basic parts of the kernel. The early version for the Zilog Z80 processor was named OS80.
OSE uses events (named signals due to ENEA's telecom background) in the form of messages passed to and from processes in the system. Messages are stored in a 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 inter-process kernel design project called LINX.
Enea OSE Multicore Edition was released in 2009. It is based on the same microkernel architecture. The kernel design that combines the advantages of both traditional asymmetric multiprocessing (AMP) and symmetric multiprocessing (SMP).
The hybrid AMP–SMP kernel in OSE Multicore Edition is based on a number of:
The Enea OSE family of RTOS features 3 OSs: OSE for ARM processors, PowerPC and MIPS, OSEck for various DSP's, and OSE Epsilon for minimal devices, written in pure assembly (ARM, ColdFire) .
OSE supports many processors, mainly 32-bit:
Categories: [Real-time operating systems] [Embedded operating systems] [ARM operating systems] [Proprietary operating systems] [Microkernels]