RTAI

RTAI stands for Real-Time Application Interface. It is a real-time extension for the Linux kernel - which lets users write applications with strict timing constraints for Linux. Like Linux itself the RTAI software is a community effort.

RTAI supports several architectures:

RTAI provides deterministic response to interrupts, POSIX compliant and native RTAI real-time tasks.

Realtime Application Interface consists mainly of two parts:

RTAI versions over 3.0 use an Adeos kernel patch, slightly modified in the x86 architecture case, providing additional abstraction and much lessened dependencies on the 'patched' operating system. Adeos is a kernel patch comprising an Interrupt Pipeline where different Operating System Domains register interrupt handlers. This way, RTAI can transparently take over interrupts while leaving the processing of all others to Linux. Use of Adeos also frees RTAI from patent restrictions caused by RTLinux project.

See also

External links