Displaying 1 result from an estimated 1 matches for "868b0f1".
Did you mean:
868601
2010 Mar 01
0
[PATCH] com32: recognize gPXE's COMBOOT as gPXE
...oaded from gPXE.
Signed-off-by: Daniel Verkamp <daniel at drv.nu>
---
com32/include/syslinux/config.h | 1 +
com32/lib/sys/gpxe.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/com32/include/syslinux/config.h b/com32/include/syslinux/config.h
index 868b0f1..2874665 100644
--- a/com32/include/syslinux/config.h
+++ b/com32/include/syslinux/config.h
@@ -44,6 +44,7 @@ enum syslinux_filesystem {
SYSLINUX_FS_PXELINUX = 0x32,
SYSLINUX_FS_ISOLINUX = 0x33,
SYSLINUX_FS_EXTLINUX = 0x34,
+ SYSLINUX_FS_GPXE = 0x46,
};
struct syslinux_version...