search for: dskprobe

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

2011 Jan 27
1
[PATCH][git-pull] memdisk/dskprobe.c
git://git.zytor.com/users/genec/syslinux.git Branch memdiskdbg-for-sha0 This starts with adding another check in two of the disk probes (by Shao; Thank you), expands the debug output, adds an additional check in the third probe and expands/reorders the debug output. At this time, it appears to resolve the MEMDISK issues that Jason Vasquez first noticed. The additional check in the third probe
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
...stribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,6 +13,7 @@ * ----------------------------------------------------------------------- */ #include <stdint.h> +#include "acpi.h" #include "bda.h" #include "dskprobe.h" #include "e820.h" @@ -47,6 +48,18 @@ struct memdisk_header { uint16_t iret_offs; }; +struct safe_hook { + uint8_t jump[3]; /* Max. three bytes for jump */ + uint8_t signature[8]; /* "$INT13SF" */ + uint8_t vendor[8]; /* "MEMDISK " */ + ui...