On 4/5/07, Tzahi Fadida <Tzahi.ML2@xxxxxxxxx> wrote:
On Wednesday 04 April 2007 18:21:16 Daniel Cheng wrote: > Rick Brown wrote: > > Yes, I'm aware that there are quite a lot of different patches / > > projects aimed at giving better RTOS behaviour ... but my question was > > aimed at vanilla kernel. > > An OS consider RealTime or not, does not depends on > how low the latency is. It depends on how predictable > the latency is. What is this i hear about PREEMT_RT from VirtualLogix: http://www.wirelessiq.com/content/newsfeed/9867.html Perhaps this is what the poster seeks... -- Regards, Tzahi. -- Tzahi Fadida Blog: http://tzahi.blogsite.org | Home Site: http://tzahi.webhop.info WARNING TO SPAMMERS: see at http://members.lycos.co.uk/my2nis/spamwarning.html -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ
I think what virtuallogix is offering is a real time virtualization software. They have a paravirtualization based approach using which guest OSes like RTOS or other rich OSes can be run simultaneously on an embedded platform. These guest OSes can communicate using inter OS communication mechanisms. They are partitioning resources which can be partitioned like system RAM and resources like CPU, MMU and interrupt controller are virtualized since they can't be partitioned. So basically, what they are doing is almost totally irrelevant with this question, since they are not trying to make Linux a RTOS, rather they are making Linux and other guest OSes co-exist with RTOSes simultaneously. Please CMIIW. -- Regards, Sandeep. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ