test
This commit is contained in:
parent
5f58ffb35a
commit
774b1a5f04
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue