Hi!

On Thu, Dec 10, 1998 at 02:14:56PM +0100, Beat Arnet wrote:
> does anyone know if Release 9H also works with
> Kernel 2.0.36?
No... it doesn't :-( At least I tried unsuccessfully...

It hangs while calibrating the delay-loop (measuring bogo mips).
Somehow now irq 0 is called/handled/whatever...

in this loop (linux/init/main.c)

ticks = jiffies;
while (ticks == jiffies)
        /* nothing */;
                                        
jiffies should be updated about 100(?) times a second via an
interrupt handler....
But this doesn't happen...
so ticks == jiffies == 0 ...    happy looping :(

If somebody has a patch for 2.0.36 I'd like to test it...
I'm not kernel-expierienced enough to get it working...

(I tried ... but did not find the problem... or solve it the
right way...)

Und weg... 
           Roni
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to