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
What kinds of problems can you hit with locking model? And a lockless model?
What type of software simulator and developer have you used?
PROVIDE ME NOTES ON EMBEDDED TCHNLOGY
How to reduce function call overhead in arm based systems
What kinds of problems can you hit with lockless model?
What are the differences between analytical and computational modeling?
How can you ensure that debugging a program while it's being used will not affect its functionality?
Explain what are real-time embedded systems?
Explain what are the essential components of embedded system?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
what is a pure function in arm terminology?
What's the difference between unit test and integration test?
Why are patterns important?
How i/o devices are classified for embedded system?