- In NTLDR boot, try to get the first kernel physical address from the loader entries.
[reactos.git] / reactos / ntoskrnl / mm / freelist.c
index cdc505b..0f342b0 100644 (file)
@@ -334,7 +334,7 @@ MmInitializePageList(ULONG_PTR FirstPhysKernelAddress,
    PFN_TYPE FirstUninitializedPage;
    ULONG PdeStart = PsGetCurrentProcess()->Pcb.DirectoryTableBase.LowPart;
 
-   DPRINT1("MmInitializePageList(FirstPhysKernelAddress %x, "
+   DPRINT("MmInitializePageList(FirstPhysKernelAddress %x, "
           "LastPhysKernelAddress %x, "
           "MemorySizeInPages %x, LastKernelAddress %x)\n",
           FirstPhysKernelAddress,