Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Eric W B. <ebi...@ln...> - 2002-08-27 04:28:17
|
ke...@us... (Ken Yap) writes: > >No time for extensive testing, but just a couple of things. I get an error: > > > >segment [00092800,00094000) does not fit in any memory region > > > >I am assuming that this is because the ltsp kernel is not tagged with the > >correct version of mknbi. Is that correct? > > No, it ought to be legal. The warning happens now because we check, (only the ELF code used to). But etherboot should get out of the way. I would have to see some more boot messages to see where etherboot is living. Possibly this is because I don't define RELOCATE by default because the drivers need to be looked at. Still I would have though etherboot would have loaded much loader than that by default. Which rom image did you build? > >Also, on my old 486, the 3c515 driver with isa_pnp defined stops at: > > > >.000041.0000 done > >R > > > >I will try another card (3c509) in that PC and I will try the 3c515 in > >another PC when I get a chance. > > If the same thing happens too it's the entry point at loader.S:6. It > used to copy the body to RELOCADDR for execution. Haven't looked at the > new code to see what happens now. It still does though the decompressor can put it some place else. I moved RELOCADDR down a ways so we could build larger images. Eric |