User Tools

Site Tools


ddsf:public:guidebook:06_append:glossary:r:rtos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ddsf:public:guidebook:06_append:glossary:r:rtos [2021/03/17 16:23]
admin ↷ Page moved from ddsf:private:cookbook:06_append:glossary:r:rtos to ddsf:private:guidebook:06_append:glossary:r:rtos
ddsf:public:guidebook:06_append:glossary:r:rtos [2021/07/14 16:44] (current)
murphy ↷ Links adapted because of a move operation
Line 1: Line 1:
 ===== Real-Time Operating System (RTOS) ===== ===== Real-Time Operating System (RTOS) =====
-[[ddsf:private:cookbook:​06_append:​glossary| Return to Glossary ]]+[[ddsf:public:guidebook:​06_append:​glossary:start| Return to Glossary ]]
  
-A **Real-Time Operating System (RTOS)** is an [[ddsf:private:cookbook:​06_append:​glossary:​o:​os]] intended to serve real-time applications that process data as it comes in, typically without buffer delays. Processing time requirements (including any OS delay) are measured in tenths of seconds or shorter increments of time. A real-time system is a time-bound system which has well-defined,​ fixed time constraints. Processing must be done within the defined constraints or the system will fail. They either are event-driven or time-sharing. Event-driven systems [[ddsf:private:cookbook:​06_append:​glossary:​s:​switch|switch]] between tasks based on their priorities, while time-sharing systems switch the task based on clock interrupts. Most RTOSs use a pre-emptive scheduling algorithm. ​+A **Real-Time Operating System (RTOS)** is an [[ddsf:public:guidebook:​06_append:​glossary:​o:​os]] intended to serve real-time applications that process data as it comes in, typically without buffer delays. Processing time requirements (including any OS delay) are measured in tenths of seconds or shorter increments of time. A real-time system is a time-bound system which has well-defined,​ fixed time constraints. Processing must be done within the defined constraints or the system will fail. They either are event-driven or time-sharing. Event-driven systems [[ddsf:public:guidebook:​06_append:​glossary:​s:​switch|switch]] between tasks based on their priorities, while time-sharing systems switch the task based on clock interrupts. Most RTOSs use a pre-emptive scheduling algorithm. ​
  
 Source: [[https://​en.wikipedia.org/​wiki/​Real-time_operating_system | Real-Time Operating System (RTOS) ]] Source: [[https://​en.wikipedia.org/​wiki/​Real-time_operating_system | Real-Time Operating System (RTOS) ]]
  
ddsf/public/guidebook/06_append/glossary/r/rtos.1616012609.txt.gz · Last modified: 2021/03/17 16:23 by admin