Re: [Etherboot-developers] lilo images not working in 5.1.3?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Georg B. <Geo...@po...> - 2002-11-24 18:16:12
|
Am Sonntag, 24. November 2002 07:14 schrieb Ken Yap: > I'm not sure what needs to be done to liloprefix.S to make it jump > directly to the .img file (Eric?) but you could try putting the rule for > .(lz)lilo back the way it was, inserting $(START16) as the second file. > Also you have to edit liloprefix.S to jump to offset 6 as it was in > 5.0.x. Thanks, the change to liloprefix.S was what I missed when I compared 5.0.x with 5.1.x. It works now with the changed liloprefix.S and %.lilo rule in the Makefile. Remains now the question what has to be done for the direct jump, but I'll leave this for somebody who knows x86 assembler better than me. Georg |