Skip to content
EntityQ213666· pop 37· linked from 648 articles

real-time operating system

Sign in to save

Also known as RTOS, real-time OS

computer operating system intended to process data as it comes in with minimal delay

Wikidata facts

Show 2 more facts
Commons category
Real-time operating systems
name in kana
リアルタイムオペレーティングシステム
Sources (2)

via Wikidata · CC0

~16 min read

Article

A real-time operating system (RTOS) is an operating system (OS) for real-time computing applications that processes data and events that have critically defined time constraints. An RTOS mainly targets resource constrained devices like microcontrollers. It is distinct from a time-sharing operating system, such as Unix, which manages the sharing of system resources with a scheduler, data buffers, or fixed task prioritization in multitasking or multiprogramming environments. All operations must verifiably complete within given time and resource constraints or else the RTOS will fail safe. Real-time operating systems are event-driven and preemptive, meaning the OS can monitor the relevant priority of competing tasks, and make changes to the task priority.

Characteristics

Connections

Categories