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
Tell me about some of your hobby projects that you've written in your off time.
What is size of character, integer, integer pointer, character pointer?
What is meant by a sandbox.
What do you mean by interrupt latency?
What type of software simulator and developer have you used?
What is isr? Can they be passed any parameter and can they return a value?
What are the uses of the keyword volatile?
Scope of static variables?
What is yagni? Is this list of questions an example?
If a system goes blank, how do you debug it?
What is inversion of control?
Tell me what is embedded system in a computer system?
Can we use printf inside isr?
Explain what are the essential components of embedded system?
Why is it better to use multi-threading polling then single threading model?