Sebastian Herbszt wrote:> linux.c32 on git master fails to load the kernel.
> Following tests done on pxelinux:
>
> git checkout syslinux-3.74-pre14-3-g1656aef
> make
> [linux kernel gets loaded] make spotless
> git checkout syslinux-3.74-pre14-4-g0d8c3d0
> make
> [module prints error message "Kernel load failure"]
>
> - Sebastian
Not entirely surprising, since the commit immediately *after* that one is:
0d8c3d0 shuffler: make the new shuffler actually work
Please if anything try the current master branch. No point in digging
into historical commits (except to bisect, in which case I would
appreciate a test case.)
-hpa