WIP : MCFG #73

This commit is contained in:
Adrien Bourmault 2020-02-09 23:31:47 +01:00
parent bcb647b9af
commit e07ba93742
1 changed files with 2 additions and 2 deletions

View File

@ -293,9 +293,9 @@ static inline void IoSearchAcpiTables(void)
if (!checksum) { if (!checksum) {
if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) { if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) {
DebugLog("ACPI System Table %s (OEM %s) length %lu [%p]\n", DebugLog("ACPI System Table %s (OEM %s) length %lu [%p]\n",
mcfg->signature, SDTChar[SDT_MCFG],
mcfg->OEMID, mcfg->OEMID,
mcfg->length / MB, mcfg->length,
mcfg mcfg
); );
SDTDirectory[SDT_MCFG] = mcfg; SDTDirectory[SDT_MCFG] = mcfg;