1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

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

View File

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