Page 1 of 1

The real-time OS of your dreams

Posted: Sun Mar 27, 2011 3:11 am
by narke
Hello,

I'm programming and will turn my kernel in a real-time fashion, so I have a question for you, which features do you want in a RTOS?
Imagine that everything can be done, just dream, what do you want to achieve with a RTOS?

Re: The real-time OS of your dreams

Posted: Sun Mar 27, 2011 7:05 am
by JamesM
Not much - RTOSes are generally for quite specific purposes (real-time data flow or hard/soft latency constraints).

I have none of those in my generally working environment, although I would like the OS on the microcontroller in my ABS braking system to respond in time!

Re: The real-time OS of your dreams

Posted: Mon Mar 28, 2011 12:25 am
by Combuster
While you can write a generic RTOS kernel, you can't simply write an entire OS. The things you will want eventually are very much tailored to the application at hand.

That question as-is begs the query to modify the linux kernel so that you can prove upper bounds on usage and latency for all system calls and userspace signals, as well as making guarantees about time allocation. Then you can go blame BIOS developers for making it impossible.