search for: boot_magic

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

2017 Mar 05
0
[PATCH] Fix recognition of keeppxe option
...++ syslinux-6.04-pre1/com32/lib/syslinux/load_linux.c 2016-06-08 20:08:48.000000000 -0700 > @@ -48,6 +48,7 @@ > #include <syslinux/movebits.h> > #include <syslinux/firmware.h> > #include <syslinux/video.h> > +#include <syslinux/config.h> > > #define BOOT_MAGIC 0xAA55 > #define LINUX_MAGIC ('H' + ('d' << 8) + ('r' << 16) + ('S' << 24)) > @@ -59,8 +60,10 @@ > > /* > * Find the last instance of a particular command line argument > - * (which should include the final =; do not use for bo...
2016 Jun 10
4
[PATCH] Fix recognition of keeppxe option
...6-03-01 21:06:02.000000000 -0800 +++ syslinux-6.04-pre1/com32/lib/syslinux/load_linux.c 2016-06-08 20:08:48.000000000 -0700 @@ -48,6 +48,7 @@ #include <syslinux/movebits.h> #include <syslinux/firmware.h> #include <syslinux/video.h> +#include <syslinux/config.h> #define BOOT_MAGIC 0xAA55 #define LINUX_MAGIC ('H' + ('d' << 8) + ('r' << 16) + ('S' << 24)) @@ -59,8 +60,10 @@ /* * Find the last instance of a particular command line argument - * (which should include the final =; do not use for boolean arguments) + * (which...