Does anyone have a collection of bootable .bs, .bss, .bin and .img files that I could use for testing the booting functionality on the elflink branch? A copy of the files and config file lines should be enough to produce a testcase. -- Matt Fleming, Intel Open Source Technology Center
On 05/14/2012 12:42 AM, Matt Fleming wrote:> Does anyone have a collection of bootable .bs, .bss, .bin and .img files > that I could use for testing the booting functionality on the elflink > branch? A copy of the files and config file lines should be enough to > produce a testcase.It's not quite that simple. Those files are highly interlinked with the rest of the media they are running on. The simplest one is .0 for network, which you can simply do by re-loading pxelinux.0: label restart pxe pxelinux.0 ... and it should be able to re-chain indefinitely. In particular, the load address should be the same every time (if it is decreasing numerically every time, the PXE stack is failing to unload.) Let me look to see what I have in that department. -hpa
On Mon, 2012-05-14 at 14:18 -0700, H. Peter Anvin wrote:> Here is a test case for "boot" (.bs) and "bss" (.bss) images: > > http://www.zytor.com/~hpa/syslinux/bstest.tar.xzGetting a 403 when trying to access that. -- Matt Fleming, Intel Open Source Technology Center
On May 14, 2012 3:47 AM, "Matt Fleming" <matt at console-pimps.org> wrote:> > Does anyone have a collection of bootable .bs, .bss, .bin and .img files > that I could use for testing the booting functionality on the elflink > branch? A copy of the files and config file lines should be enough to > produce a testcase.Would diag/mbr/handoff.S be suitable for the .bs case? As mentioned before, there are build-time configurables as #define statements. --Gene
On 05/15/2012 02:20 PM, Gene Cumm wrote:> On May 14, 2012 3:47 AM, "Matt Fleming" <matt at console-pimps.org> wrote: >> >> Does anyone have a collection of bootable .bs, .bss, .bin and .img files >> that I could use for testing the booting functionality on the elflink >> branch? A copy of the files and config file lines should be enough to >> produce a testcase. > > Would diag/mbr/handoff.S be suitable for the .bs case? As mentioned > before, there are build-time configurables as #define statements. >It might work that way, no? -hpa