On Sun, Mar 05, 2017 at 05:39:42PM -0500, Gene Cumm wrote:> Adam, how about https://github.com/geneC/syslinux/compare/keeppxe ? I > changed to using strstr() and a uint16_t (to match the called > function)Hi Gene, Looks fine. Thanks. -- Adam
Pushed. Thank you for digging so deeply on this. On Tue, Mar 7, 2017 at 6:01 AM, Adam Goldman <adamg at pobox.com> wrote:> On Sun, Mar 05, 2017 at 05:39:42PM -0500, Gene Cumm wrote: >> Adam, how about https://github.com/geneC/syslinux/compare/keeppxe ? I >> changed to using strstr() and a uint16_t (to match the called >> function) > > Hi Gene, > > Looks fine. Thanks. > > -- Adam-- -Gene
> Pushed. Thank you for digging so deeply on this. >Gene, For the c32 modules to be able to use the keeppxe option, and considering that the issue in v.5.+ is that 'IS_PXELINUX' is/was dead code, is there any chance that the code in: com32/modules/whichsys.c would help? I mean, as a different way of detecting the Syslinux variant. In fact, the original idea of having the code in whichsys.c librarized is probably still relevant. TIA, Ady.