News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

9th RTL Workshop: Lightweight RTAI for IA-32

Nov 20, 2000 — by LinuxDevices Staff — from the LinuxDevices Archive — views

Using the IA-32 architecture for time-critical tasks allows highest computing performance at reason- able hardware cost. Because many open source real-time operating systems are based on Linux, the comparatively high resource requirements of Linux also apply to these systems.

In this work we present a port of the RTAI API to a bare IA-32 machine which eliminates Linux's core subsystems. Instead of a full API reimplementation we used an established Linux/RTAI as a starting point and gradually eliminated the Linux functions. This methodology minimizes changes to the RTAI code and ensures easy maintenance of the resulting code base.

Our measurements show that the resulting system is as efficient as a conventional RTAI. The uncompressed memory footprint of the kernel is about 370 KiB. Hence, the resulting system is a small and efficient real-time kernel of clear design which provides the RTAI API and is ideally suited for embedded systems with low resources.

Read Full Paper (PDF Download)

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.