2006-05-08 07:39:04

by Krishna Chaitanya

[permalink] [raw]
Subject: real-time in linux

Hi All!

I am interested to work on real-time applications.
Is there any source to understand real-time in linux.

Thanks,
krs


2006-05-08 10:01:16

by Steven Rostedt

[permalink] [raw]
Subject: Re: real-time in linux


On Mon, 8 May 2006, Krishna Chaitanya wrote:

> Hi All!
>
> I am interested to work on real-time applications.
> Is there any source to understand real-time in linux.
>

Hi Krishna,

Are you looking for documentation or source?

Ingo Molnar maintains the current -rt patch set that makes the vanilla
linux kernel real-time.

You can get the source from here:

http://people.redhat.com/mingo/realtime-preempt/

Or if you have the latest version of ketchup you can just do the following
in a empty directory:

$ ketchup 2.6.16-rt20

Which would bring you upto the current latest of the patch (as of this
email).

-- Steve