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 : MCFG #73

This commit is contained in:
Adrien Bourmault 2020-02-09 23:31:47 +01:00
parent bcb647b9af
commit e07ba93742

View File

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