Re: [Etherboot-developers] booting non linux images
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@bi...> - 2001-05-16 08:05:22
|
>See if this two line change to mknbi.pl makes it work on memtest86.bin Actually on looking at memtest86/setup.S, it won't work, because first32.c writes to various locations in the setup segment, and will overwrite valid code because memtest86/setup.S doesn't have those memory areas reserved. So yes, you need to make a tagged image builder for it. Pity you didn't write an function in mknbi.pl to do it. |