wat are the different rtos available?
wat is the difference beetween RTOS ans OS
Answer Posted / achal ubbott
VxWorks,QNX and some derivatives of LINUX are popular RTOS.
An RTOS is a special case of an OS. Here are few things
which make it different.
1. The scheduler has to be pre-emptive.
2. Each task should have a priority.
3. Priority inheritance should be implemented.
| Is This Answer Correct ? | 15 Yes | 13 No |
Post New Answer View All Answers
Explain me what is kernel paging?
Explain some of the commonly found errors in embedded systems?
Whose blogs or podcasts do you follow? Do you blog or podcast?
What are real-time embedded systems?
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?
Explain the difference between "set" logic, and "procedural" logic. When would you use each one and why?
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?
Differentiate between mutexes vs semaphores.
What type of scheduling is there in rtos?
Explain scope of static variables?
Tell me can structures be passed to the functions by value?
Explain the concept of separation of concerns?
What's your experience with technical documentation?
What are the 4 types of inheritance relationship?
Explain me how does the interrupt architecture works?