English

Robust Resource Partitioning Approach for ARINC 653 RTOS

Operating Systems 2023-12-05 v1

Abstract

Modern airborne operating systems implement the concept of robust time and resource partitioning imposed by the standards for aerospace and airborne-embedded software systems, such as ARINC 653. While these standards do provide a considerable amount of design choices in regards to resource partitioning on the architectural and API levels, such as isolated memory spaces between the application partitions, predefined resource configuration, and unidirectional ports with limited queue and message sizes for inter-partition communication, they do not specify how an operating system should implement them in software. Furthermore, they often tend to set the minimal level of the required guarantees, for example, in terms of memory permissions, and disregard the hardware state of the art, which presently can provide considerably stronger guarantees at no extra cost. In the paper we present an architecture of robust resource partitioning for ARINC 653 real-time operating systems based on completely static MMU configuration. The architecture was implemented on different types of airborne hardware, including platforms with TLB-based and page table-based MMU. Key benefits of the proposed approach include minimised run-time overhead and simpler verification of the memory subsystem.

Keywords

Cite

@article{arxiv.2312.01436,
  title  = {Robust Resource Partitioning Approach for ARINC 653 RTOS},
  author = {Vitaly Cheptsov and Alexey Khoroshilov},
  journal= {arXiv preprint arXiv:2312.01436},
  year   = {2023}
}

Comments

7 pages, 3 figures, submitted to Ivannikov ISP RAS Open Conference 2023

R2 v1 2026-06-28T13:39:40.065Z