This commit is contained in:
Adrien Bourmault 2019-04-01 22:07:23 +02:00
parent 5f58ffb35a
commit 774b1a5f04
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ void MmPrintMemoryMap(void) {
default:;
}
KernLog("Mem zone : %lx\t%s\twith length: %d Kio\n",
KernLog("Mem zone : %lp\t%s\twith length: %d Kio\n",
memoryMap.entry[i].addr,
avStr,
memoryMap.entry[i].length / KB