Suvarna Garge (Editor)

PikeOS

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer
  
SYSGO AG

Kernel type
  
Microkernel

OS family
  
Real-time

PikeOS

Latest release
  
4.1 / May 2016; 10 months ago (2016-05)

Marketing target
  
Safety and security critical embedded systems

PikeOS is a microkernel-based real-time operating system made by SYSGO AG. It is targeted at safety- and security-critical embedded systems. It provides a partitioned environment for multiple operating systems with different design goals, safety requirements, or security requirements to coexist in a single machine.

Contents

If several programs having different criticality levels are to coexist in one machine, the underlying OS must ensure that they remain independent. Resource partitioning is a widely accepted technique to achieve this. PikeOS combines resource partitioning and virtualisation: Its virtual machine environments (VMs) are able to host entire operating systems, along with their applications. Since PikeOS uses paravirtualisation, operating systems need to be adapted in order to run in one of its VMs. Application programs, however, can run unmodified. Additionally, PikeOS supports hardware assisted virtualization on CPUs such as ARM-VE, ARM TrustZone, Intel VT or Freescale QorIQ to ensure high performance with minimal changes to guest operating systems.

Since each VM has its own, separate set of resources, programs hosted by one VM are independent of those hosted by another. This allows for legacy (e.g. Linux) programs to coexist with safety-critical programs in one machine. Unlike other popular virtualisation systems, PikeOS features not only separation of spatial resources, but also strictly separates temporal resources of its client OSes. This allows for hard real-time systems to be virtualised, while still retaining their timing properties. The PikeOS scheduling method is patented.

Spatial and temporal resources are assigned statically to the individual VMs by the PikeOS System Software. Together with the PikeOS microkernel, this system software forms a minimal layer of globally trusted code. Due to the small amount of trusted code and the modular design PikeOS is suited for safety-critical projects requiring certification according to industrial standards. Known examples are the development of the Airbus A350 Integrated Modular Avionics devices and the Airbus A400M loadmaster workstation.

Certification standards

PikeOS is certified according to the following standards:

  • IEC 61508
  • DO-178B
  • ISO 26262
  • IEC 62304
  • EN 50128
  • PikeOS is the only operating system that achieved a SIL4 certification for SMP usage on multi-core platforms.

    Programming interfaces and environments

    Currently the following application programming interfaces, run-time environments and guest operating systems are available:

  • PikeOS native interface
  • ARINC 653 APEX
  • POSIX PSE51
  • Linux
  • Android
  • COQOS including AUTOSAR
  • Real-time Java
  • Ada
  • RTEMS
  • Supported hardware

    PikeOS supports processors with PowerPC, x86, ARM, MIPS, SPARC and SuperH architectures. The strict separation of system resources requires that the processor has a memory management unit or a memory protection unit.

    Since version 3.1 PikeOS supports multi-core systems.

    References

    PikeOS Wikipedia