search for: shuffle_boot_rm

Displaying 2 results from an estimated 2 matches for "shuffle_boot_rm".

2017 Mar 05
0
[PATCH] Fix recognition of keeppxe option
.../* Use whdr to modify the actual kernel header */ > memcpy(&hdr, kernel_buf, sizeof hdr); > @@ -495,7 +507,7 @@ int bios_boot_linux(void *kernel_buf, si > dprintf("*** vga=current, not calling syslinux_force_text_mode()...\n"); > } > > - syslinux_shuffle_boot_rm(fraglist, mmap, 0, &regs); > + syslinux_shuffle_boot_rm(fraglist, mmap, bootflags, &regs); > dprintf("shuffle_boot_rm failed\n"); > > bail: Adam, how about https://github.com/geneC/syslinux/compare/keeppxe ? I changed to using strstr() and a uint16_t (to mat...
2016 Jun 10
4
[PATCH] Fix recognition of keeppxe option
...ader into private storage */ /* Use whdr to modify the actual kernel header */ memcpy(&hdr, kernel_buf, sizeof hdr); @@ -495,7 +507,7 @@ int bios_boot_linux(void *kernel_buf, si dprintf("*** vga=current, not calling syslinux_force_text_mode()...\n"); } - syslinux_shuffle_boot_rm(fraglist, mmap, 0, &regs); + syslinux_shuffle_boot_rm(fraglist, mmap, bootflags, &regs); dprintf("shuffle_boot_rm failed\n"); bail: