RTOS vs GPOS
GPOS:- no time boundation,task hasnt got any time limit to
finish work.
-------------------
An RTOS is a special case of GPOS.
1. In RTOS every task must have a priority.
2. Pre-emption is a must feature.
3. Priority Inheritance is must otherwise priority
inversion may cause unbounded wait.
-------------------
RTOS:- time boundation, task has to complete work within
given time frame. For this preemtive scheduling is must.OS uses Round
Robin scheduling.
-------------------
GPOS USES A MONOLITHIC ARCHITECTURE WHILE
RTOS USES A FLAT MEMORY ARCHITECTURE.
No comments:
Post a Comment