Displaying 1 result from an estimated 1 matches for "pbjtriplett".
2013 Mar 27
1
[PATCH] Fix support for Linux kernel images with no protected mode code
...the kernel, but because errno has that value on entry
to syslinux_boot_linux and nothing clears or sets it.)
Fix the regression by handling the corner case of no protected-mode code
explicitly.
Signed-off-by: Josh Triplett <josh at joshtriplett.org>
Signed-off-by: Burt Triplett <burt at pbjtriplett.org>
---
This patch applies to the "elflink" branch for syslinux 5.
Found because people started trying to use syslinux 5 to boot BITS,
which uses lnxboot.img as kernel and core.img as initrd, and it failed
to boot with the mysterious "Bad file descriptor" message mentioned...