Re: [Etherboot-developers] Oversized code
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2001-11-04 20:11:36
|
>When I try to put other stuff into etherboot, when compile it gives an >error of code size exceed limit, how can I overcome this? This there a >physical limit of code size even I have a very large bootrom? Thanks. The limitation is not the size of the bootrom but the memory area between 0x94000 and 0xa0000. You have to review your coding practices to keep memory use down. Large arrays for example are a waste of memory. |