0
1.0kviews
RTOS Vs GPOS and Need for RTOS
1 Answer
0
7views

RTOS Vs GPOS:

RTOS (Real Time OS) GPOS (General purpose OS)
In RTOS tasks are scheduled based on priority. Tasks can be adjusted dynamically for optimized throughput.
Kernel is preemptive. Kernel is non-preemptive.
Priority inversion is a major issue. Priority inversion usually remains unnoticed.
Predictable behaviour. Unpredictable behaviour.
works under …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.