You are on page 1of 1

RTOS is a real time operating system.

The important features are :- The necessary signalling functions between interrupt routines and taskcodes ar e handled by RTOS. - It works as an independent system with no internal or external interdependenci es. - There are no loop descisions in RTOS - The RTOS can suspend one task code subroutine in the middle order to run anoth er - The time lag is veryless compared to other systems - There are no random time variables, this is good for a direct relationship bet ween instruction and process. - Tasks are simpler to write. - Under most RTOS tasks are simply subroutines. Read more: http://wiki.answers.com/Q/What_are_the_features_of_RTOS#ixzz1vPOgOAHV

You might also like