Re: All RTOS (linux Based ) Other than RT-Linux



Matt Giwer wrote:
mahi wrote:
Hi all, I want to know, there are any REAL TIME OPERATING
systems( RTOS) which should have total linux compatible other than RT-
Linux.

And are there any free Real time Operating systems ( Linux Based ) is
available on the Internet.

Please provide some information regarding this issue.

I have read that the kernel is interrupt driven rather than schedule driven. If that is what you mean, all linuxes are real time.

Thats not generally enough for many peoples definitions, which is that the time to respond to an (external) interrupt is fast, un blockable, and well defined.


If you think of how many ways to stop your 'lunix' responding to a keyboard interrupt exist, you will get my drift.

Most RTOSes are very lightweight and very carefully controlled in terms of response time to interrupts.
.



Relevant Pages

  • Re: All RTOS (linux Based ) Other than RT-Linux
    ... systemswhich should have total linux compatible other than RT- ... I have read that the kernel is interrupt driven rather than schedule driven. ... If that is what you mean, all linuxes are real time. ... Change the BIOS to no keyboard? ...
    (comp.os.linux.setup)
  • Re: Embedded Linux Vs. Real time Linux
    ... or a Real Time port of Linux. ... For instance a DMA interrupt that needs real time ... schedule" the Linux kernel and service the DMA ISR and then return to ...
    (comp.os.linux.embedded)
  • Re: All RTOS (linux Based ) Other than RT-Linux
    ... systemswhich should have total linux compatible other than RT- ... And are there any free Real time Operating systems is ... I have read that the kernel is interrupt driven rather than schedule driven. ... If that is what you mean, all linuxes are real time. ...
    (comp.os.linux.setup)
  • Re: All RTOS (linux Based ) Other than RT-Linux
    ... systemswhich should have total linux compatible other than RT- ... And are there any free Real time Operating systems is ...
    (comp.os.linux.setup)
  • Re: softirqd
    ... real time task waiting for IO from this interrupt. ... > latency is dependent upon the ISR setup code in the ...
    (Linux-Kernel)