X-Git-Url: http://git.etherboot.org/people/asdlkf/gpxe.git/blobdiff_plain/a436dc4014d3abfbef817b4da09f7302cdd4668c..abc13af0704a131f6eb165eefd977d2b8293a028:/src/arch/i386/include/bzimage.h diff --git a/src/arch/i386/include/bzimage.h b/src/arch/i386/include/bzimage.h index aee058ae..99fa0963 100644 --- a/src/arch/i386/include/bzimage.h +++ b/src/arch/i386/include/bzimage.h @@ -75,6 +75,9 @@ struct bzimage_header { /** Offset of bzImage header within kernel image */ #define BZI_HDR_OFFSET 0x1f1 +/** bzImage boot flag value */ +#define BZI_BOOT_FLAG 0xaa55 + /** bzImage magic signature value */ #define BZI_SIGNATURE 0x53726448