Misread the definition of the type_of_loader field; it should include a

version.
This commit is contained in:
Michael Brown
2007-01-19 15:40:01 +00:00
parent 92a78c8e15
commit ebb00e032c
2 changed files with 8 additions and 2 deletions

View File

@@ -71,7 +71,13 @@ struct bzimage_header {
#define BZI_SIGNATURE 0x53726448
/** bzImage boot loader identifier for Etherboot */
#define BZI_LOADER_TYPE_ETHERBOOT 4
#define BZI_LOADER_TYPE_ETHERBOOT 0x40
/** bzImage boot loader identifier for gPXE
*
* We advertise ourselves as Etherboot version 6.
*/
#define BZI_LOADER_TYPE_GPXE ( BZI_LOADER_TYPE_ETHERBOOT | 0x06 )
/** bzImage "load high" flag */
#define BZI_LOAD_HIGH 0x01