Re: 2.2.0 wishlist

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 15 Jun 1996 12:45:29 +0100 (BST)


> 1) All Linux must be realtime ?
> If yes, who specified range time for deamons, fork calls, or user
> apps ?

No. Victor Yodaiken (apologies if I've trashed the spelling of his name)
has a much cleaner scheme for simple hard real time. Swap the kernel
interrupt on/off routines with functions flipping a flag. Then place a thin
hard real time layer between the hardware interrupt handlers and kernel. Now
you can have hard real time interrupt handlers so long as they are careful
how they interact with the kernel.

Alan