Re: [Etherboot-developers] Universal auto-probing driver
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-02-20 22:51:02
|
>it build a big etherboot.o file (140kb), but the etherboot.zdsk is 36 >kb.... it semms too short! > >Booting, it write some number and then "err"....then it halts.... Ah, you've found a bug. The Makefile rule for .z?dsk pads the output to a full track on floppy, but assumes that no driver is > 36kB. Obviously we weren't looking far ahead enough. Ditto for the .z?lilo rule. makerom.pl also has to be updated. Fixed in the CVS. |