Re: [Etherboot-developers] UNDI driver
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-05-31 15:22:18
|
>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). |