|
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. | |
| #define | SDI_BOOT_SEG 0x0000 |
| SDI boot segment. | |
| #define | SDI_BOOT_OFF 0x7c00 |
| SDI boot offset. | |
| #define | SDI_WTF 0x41 |
| Constant to binary-OR with physical address of SDI image. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| struct sdi_header | __attribute__ ((packed)) |
Variables | |
| uint32_t | magic |
| Signature. | |
| uint32_t | version |
| Version (as an ASCII string) | |
| uint8_t | reserved [8] |
| Reserved. | |
| uint64_t | boot_offset |
| Boot code offset. | |
| uint64_t | boot_size |
| Boot code size. | |
System Deployment Image (SDI)
Definition in file sdi.h.
| #define SDI_MAGIC ( ( '$' << 0 ) | ( 'S' << 8 ) | ( 'D' << 16 ) | ( 'I' << 24 ) ) |
SDI image signature.
Definition at line 27 of file sdi.h.
Referenced by sdi_probe().
| #define SDI_BOOT_SEG 0x0000 |
| #define SDI_BOOT_OFF 0x7c00 |
| #define SDI_WTF 0x41 |
Constant to binary-OR with physical address of SDI image.
Definition at line 37 of file sdi.h.
Referenced by sdi_exec().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| struct wpa_kde __attribute__ | ( | (packed) | ) |