This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Xenomai" – news ·newspapers ·books ·scholar ·JSTOR(September 2024) (Learn how and when to remove this message) |
| Xenomai | |
|---|---|
![]() | |
| Initial release | August 2001 (2001-08) |
| Stable release | 3.2.1 / 15 November 2021; 4 years ago (2021-11-15) |
| Preview release | 3.2-rc2 / 20 October 2021; 4 years ago (2021-10-20) |
| Repository | |
| Platform | x86,ARM,POWER,IA-64,Blackfin,Nios II |
| Website | www |
Xenomai is asoftware framework cooperating with theLinux kernel to provide interface-agnostic, hardreal-time computing support touser spaceapplication software seamlessly integrated into theLinux environment.
The Xenomai project was launched in August 2001. In 2003, it merged with the Real-Time Application Interface (RTAI) project to produce RTAI/fusion, a real-time free software platform for Linux on Xenomai's abstractreal-time operating system (RTOS) core. Eventually, the RTAI/fusion effort became independent fromRTAI in 2005 as the Xenomai project.
Xenomai is based on an abstract RTOS core, usable for building any kind of real-time interface, over a nucleus which exports a set of generic RTOS services. Any number of RTOS personalities called “skins” can then be built over the nucleus, providing their own specific interface to the applications, by using the services of a single generic core to implement it.[1]
Many differences exist between Xenomai and RTAI, though both projects share a few ideas and support the RTDM (Real Time Data Monitoring) layer. The major differences derive from the goals the projects aim for, and from their respective implementation. While RTAI is focused on lowest technically feasible latencies, Xenomai also considers clean extensibility (RTOS skins), portability, and maintainability as very important goals. Xenomai's path towardsIngo Molnár'sPREEMPT_RT support is another major difference compared to RTAI's objectives.[2]