Re: [Etherboot-developers] About Tulip
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-01-08 10:57:46
|
>> I add some code in main.c and other .c,then I make bin32/an983.lzdsk,but it >> report a error "ERROR:code size execeeds limits!",why and what can I do abo >ut it > >Try it in etherboot-5.1. For 5.0 the limits are very hard to up. >In 5.1 the limit checking code is still there but the limits are higher, >it is there simply to warn developers when there drivers are getting >very big, and it will be difficult to fit them in a Rom chip. It's actually not the ROM size limitation but the 48kB footprint limitation of 5.0. However the size of the current image isn't near the limit so he must have been doing things like adding large global buffers. > size bin32/tulip.tmp 23237 2108 12968 38313 95a9 bin32/tulip.tmp To "deng zhiguo", I think you're barking up the wrong tree anyway, if the transfer finished but the image didn't execute, Etherboot worked and it's more likely you didn't prepare your kernel and initrd properly. Without more details we can't say. You don't even say what kind of initrd it is. Is it even Linux, or are you trying to boot DOS? |