Tuesday, March 8, 2011

What makes an OS an RTOS?

1. Multi threaded and preemptive (i.e. the kernel itself is preemptive)
2. Thread priorities (No deadline driven systems exists)
3. Predictable thread synchronization mechanisms
4. Priority inheritance
5. Known OS behavior

No comments: