Re: [Etherboot-developers] booting non linux images
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@bi...> - 2001-05-16 12:46:34
|
>What I did was to create a tagged image such that > >1. The loading address of first 512 bytes of the image itself is 9320:0000 >2. Start address is 9000:0200 >3. Bootsector is loaded at 00090000 (512/512 - memory / image length) >4. Setup is loaded at 00090200 (2048/2048) >5. The rest is loaded at 00010000 (65020/65020 as of precomp.bin -precompiled > image) > >The total size of precomp.bin is 512+2048+65020=67580 and the tagged image >is 512 bytes larger. Show me the output of disnbi on the image. Also have you checked that removing the first 512 bytes of the image gives you the original? |