Test signing commit

This commit is contained in:
Adrien Bourmault 2020-02-10 02:02:33 +01:00
parent 44781b1eaa
commit ea4376fc54
1 changed files with 0 additions and 2 deletions

View File

@ -242,7 +242,6 @@ static inline void IoSearchAcpiTables(void)
else
table = (SDTHeader_t *)(ulong)curLong[i];
//KernLog("\tACPI RSDT[%d] %p\n", i, table);
if (MmIsBusyZone(table)) {
checksum = DoChecksum(table, (size_t)table->length, 0, 0);
if (!checksum) {
@ -288,7 +287,6 @@ static inline void IoSearchAcpiTables(void)
SDTHeader_t *mcfg = IoFindMCFG();
if (mcfg) {
//DebugLog("MCFG found at %p\n");
checksum = 0; //DoChecksum(mcfg, (size_t)mcfg->length, 0, 0);
if (!checksum) {
if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) {