Re: [Etherboot-developers] UNDI driver
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Michael B. <mb...@fe...> - 2003-05-31 17:12:41
|
On Sun, 1 Jun 2003, Ken Yap wrote: > >This 52kB is at the top of base memory and so occupies the addresses > >[00093000, 000A0000). The image you are trying to load wants to be loaded > >into this area, but this is not possible. > >The only solution is to create an image that doesn't want to be loaded > >into this area. I believe it's possible for mknbi to create images that > >load elsewhere - Ken? > Yes, you can tell mknbi to relocate its segments to [0x80000, 0x90000). Thanks; I see the option (--relocseg=0x8000) on the man page. I'm not familiar with first32.c; are there any implications for using a different load address and is there any reason (other than the need to recompile) why we can't use arbitrary load addresses in base memory? Michael |