WIP: get PCI config base address from MCFG table (2)

This commit is contained in:
Antoine Cure 2020-02-10 02:36:42 +01:00
parent ee3ad3b3fa
commit 5fc3e82a32
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ struct SDT_MCFG_t {
uint OEMRevision;
uint creatorID;
uint creatorRevision;
uint sdtEntry;
ulong reserved;
ulong PCIConfigBaseAddress;
};