Specifications

Code Definitions
123
//
// Legacy SIO state
//
DEVICE_PRODUCER_DATA_HEADER SioData;
UINT16 DevicePathType;
UINT16 PciIrqMask;
UINT32 NumberE820Entries;
//
// Controller & Drive Identify[2] per controller information
//
HDD_INFO HddInfo[MAX_IDE_CONTROLLER];
UINT32 NumberBbsEntries;
UINT32 BbsTable;
UINT32 SmmTable;
UINT32 OsMemoryAbove1Mb;
UINT32 UnconventionalDeviceTable;
} EFI_TO_COMPATIBILITY16_BOOT_TABLE;
MajorVersion
The EfiCompatibility major version number.
MinorVersion
The EfiCompatibility minor version number.
AcpiTable
Location of the RSDT ACPI table.
SmbiosTable
Location of the SMBIOS table in EFI memory.
SioData
Standard traditional device information. Type
DEVICE_PRODUCER_DATA_HEADER is defined below.
DevicePathType