1
0
atdalīts no xt-sys/exectos

Properly print PA & VA addresses

Šī revīzija ir iekļauta:
2024-02-16 22:40:36 +01:00
vecāks df627aeb42
revīzija 789e9d64f4
3 mainīti faili ar 5 papildinājumiem un 5 dzēšanām

Parādīt failu

@@ -581,7 +581,7 @@ XtpLoadModule(IN PEFI_FILE_HANDLE SystemDir,
}
/* Print debug message */
XtLdrProtocol->Debug.Print(L"Loaded %S at PA: 0x%lX, VA: 0x%lX\n", FileName,
XtLdrProtocol->Debug.Print(L"Loaded %S at PA: %p, VA: %p\n", FileName,
(*ImageContext)->PhysicalAddress, (*ImageContext)->VirtualAddress);
/* Return success */