RTLinux
Sign in to saveRTLinux is a hard real-time operating system (RTOS) microkernel that runs the entire Linux operating system as a fully preemptive process. The hard real-time property makes it possible to control robots, data acquisition systems, manufacturing plants, and other time-sensitive instruments and machines from RTLinux applications. The design was patented. Despite the similar name, it is not related to the Real-Time Linux project of the Linux Foundation.
Key facts
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.author
- Victor Yodaiken, Michael Barabanov
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.developer
- FSMLabs, Wind River Systems
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.programming language
- C
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.language
- English
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.operating system
- Linux
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.genre
- Kernel
- Software<! The OS template doesn't fit nor the software2 template so we must create a kernel template >.license
- GPL2
via Wikipedia infobox
Wikidata facts
Show 1 more fact
- inception
- 1996-00-00
Sources (2)
via Wikidata · CC0
Article · Español
RTLinux es un sistema operativo de tiempo real que ejecuta Linux como un hilo de menos prioridad que las tareas de tiempo real. Con este diseño, las tareas de tiempo real y los manejadores de interrupciones nunca se ven retrasados por operaciones que no son de tiempo real. La primera versión de RTLinux estaba diseñada para ejecutarse en la plataforma x86 y proporcionaba una pequeña API y un pequeño entorno de programación. La versión 2, que fue totalmente reescrita, fue diseñada para el soporte de multiprocesamiento simétrico (SMP) y para ser ejecutada en una amplia variedad de arquitecturas. RTLinux proporciona la capacidad de ejecutar tareas de tiempo real y manejadores de interrupciones en la misma máquina que el Linux estándar. Estas tareas y los manejadores ejecutan cuando se necesitan en detrimento de lo que estuviera ejecutando Linux. El peor caso de tiempo es entre que se detecta la interrupción hardware y el procesador ejecuta la primera instrucción del manejador de la interrupción. Este tiempo es del orden de los 10 microsegundos en la plataforma x86. La empresa Wind River actualmente es la propietaria de RTLinux
Abstract from DBpedia / Wikipedia · CC BY-SA