1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00
This commit is contained in:
Adrien Bourmault 2019-04-01 22:07:23 +02:00
parent 5f58ffb35a
commit 774b1a5f04

View File

@ -193,7 +193,7 @@ void MmPrintMemoryMap(void) {
default:; 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, memoryMap.entry[i].addr,
avStr, avStr,
memoryMap.entry[i].length / KB memoryMap.entry[i].length / KB