Re: 2.1.95 monolithic kernel doesn't boot

Ruud de Rooij (r.c.m.derooij@twi.tudelft.nl)
Sun, 19 Apr 1998 17:54:47 +0200


> Greetings,
>
> Instead of booting up, it just 'resets' the system which then starts
> up again. My hardware:
>
> Tyan Tomcat IV D
> 2x Pentium MMX 200 clocked to 233
> 64 megs of RAM
> Soundblaster AWE 32
> Teles 16.0 ISDN card
^^^^^^^^^^^^^^^^^^^^
> Matrox Millennium I card

Check if the attached patch helps. I had trouble too when I built a
monolithic kernel with HiSax support, and this fixed it.

Greetings,

Ruud de Rooij.

--- linux/drivers/isdn/hisax/config.c.orig Sun Apr 19 17:53:24 1998
+++ linux/drivers/isdn/hisax/config.c Sun Apr 19 17:51:57 1998
@@ -394,7 +394,7 @@
}
i++;
}
- if (strlen(str)) {
+ if (str && *str) {
strcpy(HiSaxID, str);
HiSax_id = HiSaxID;
} else {

-- 
Ruud de Rooij
r.c.m.derooij@twi.tudelft.nl
http://sepc.twi.tudelft.nl/~derooij/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu