[Etherboot-developers] pxe and lilo prefix on i386
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Georg B. <Geo...@po...> - 2003-03-04 21:20:29
|
Hi, as I wrote in a mail on the users list, the pxe and lilo images don't work on i386. As described in the mail, they do if one adds $(START16) to the make rules. We had this issue at least with lilo last year, and I thought that the changes that Ken made to liloprefix.S: jmp $SYSSEG, $0x0 instead of jmp $SYSSEG, $0x06 made the trick. However, it appears that $(START16) is still needed. Is this only broken for me, or is nobody else using 5.1.x with x >=4 and pxe or lilo? Eric, I think you removed $(START16). What is wrong with that? Could we add it back, or do you plan to change something else? BTW, I can convert the other drivers to your new PCI_ROM macro if you don't want to do it yourself. Georg |