Test signing commit
This commit is contained in:
parent
44781b1eaa
commit
ea4376fc54
|
@ -242,7 +242,6 @@ static inline void IoSearchAcpiTables(void)
|
||||||
else
|
else
|
||||||
table = (SDTHeader_t *)(ulong)curLong[i];
|
table = (SDTHeader_t *)(ulong)curLong[i];
|
||||||
|
|
||||||
//KernLog("\tACPI RSDT[%d] %p\n", i, table);
|
|
||||||
if (MmIsBusyZone(table)) {
|
if (MmIsBusyZone(table)) {
|
||||||
checksum = DoChecksum(table, (size_t)table->length, 0, 0);
|
checksum = DoChecksum(table, (size_t)table->length, 0, 0);
|
||||||
if (!checksum) {
|
if (!checksum) {
|
||||||
|
@ -288,7 +287,6 @@ static inline void IoSearchAcpiTables(void)
|
||||||
SDTHeader_t *mcfg = IoFindMCFG();
|
SDTHeader_t *mcfg = IoFindMCFG();
|
||||||
|
|
||||||
if (mcfg) {
|
if (mcfg) {
|
||||||
//DebugLog("MCFG found at %p\n");
|
|
||||||
checksum = 0; //DoChecksum(mcfg, (size_t)mcfg->length, 0, 0);
|
checksum = 0; //DoChecksum(mcfg, (size_t)mcfg->length, 0, 0);
|
||||||
if (!checksum) {
|
if (!checksum) {
|
||||||
if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) {
|
if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) {
|
||||||
|
|
Loading…
Reference in New Issue