|
iPXE
|
This Device Path is used to describe the booting of non-EFI-aware operating systems. More...
#include <DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT16 | DeviceType |
| Device Type as defined by the BIOS Boot Specification. More... | |
| UINT16 | StatusFlag |
| Status Flags as defined by the BIOS Boot Specification. More... | |
| CHAR8 | String [1] |
| Null-terminated ASCII string that describes the boot device to a user. More... | |
This Device Path is used to describe the booting of non-EFI-aware operating systems.
Definition at line 1246 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL BBS_BBS_DEVICE_PATH::Header |
Definition at line 1247 of file DevicePath.h.
| UINT16 BBS_BBS_DEVICE_PATH::DeviceType |
Device Type as defined by the BIOS Boot Specification.
Definition at line 1251 of file DevicePath.h.
| UINT16 BBS_BBS_DEVICE_PATH::StatusFlag |
Status Flags as defined by the BIOS Boot Specification.
Definition at line 1255 of file DevicePath.h.
| CHAR8 BBS_BBS_DEVICE_PATH::String[1] |
Null-terminated ASCII string that describes the boot device to a user.
Definition at line 1259 of file DevicePath.h.
1.8.15