Re: [Etherboot-developers] Oversized code
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2001-11-04 20:17:09
|
>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. If it's first32.c you're changing, there is very little room left for additions. At the moment it has to fit into 4kB. You can only get more room by shuffling the segments around. |