iPXE
|
System Deployment Image (SDI) More...
Go to the source code of this file.
Data Structures | |
struct | sdi_header |
SDI image header. More... | |
Macros | |
#define | SDI_MAGIC ( ( '$' << 0 ) | ( 'S' << 8 ) | ( 'D' << 16 ) | ( 'I' << 24 ) ) |
SDI image signature. More... | |
#define | SDI_BOOT_SEG 0x0000 |
SDI boot segment. More... | |
#define | SDI_BOOT_OFF 0x7c00 |
SDI boot offset. More... | |
#define | SDI_WTF 0x41 |
Constant to binary-OR with physical address of SDI image. More... | |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
struct sdi_header | __attribute__ ((packed)) |
Variables | |
uint32_t | magic |
Signature. More... | |
uint32_t | version |
Version (as an ASCII string) More... | |
uint8_t | reserved [8] |
Reserved. More... | |
uint64_t | boot_offset |
Boot code offset. More... | |
uint64_t | boot_size |
Boot code size. More... | |
System Deployment Image (SDI)
Definition in file sdi.h.
#define SDI_MAGIC ( ( '$' << 0 ) | ( 'S' << 8 ) | ( 'D' << 16 ) | ( 'I' << 24 ) ) |
#define SDI_WTF 0x41 |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
struct sdi_header __attribute__ | ( | (packed) | ) |