mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Revert 15473 and 15474 as Alex doesn't like them
svn path=/trunk/; revision=15475
This commit is contained in:
parent
cc7ba13666
commit
d920c40eee
2 changed files with 2 additions and 8 deletions
|
@ -85,12 +85,6 @@ VOID
|
|||
__attribute((noinline))
|
||||
KiSystemStartup(BOOLEAN BootProcessor)
|
||||
{
|
||||
#if defined(DBG) || defined(KDBG)
|
||||
DbgPrint("\n-------------------------------------------------------------------------------\n");
|
||||
DbgPrint("Starting ReactOS "KERNEL_VERSION_STR" (Build "
|
||||
KERNEL_VERSION_BUILD_STR")\n");
|
||||
#endif
|
||||
|
||||
DPRINT("KiSystemStartup(%d)\n", BootProcessor);
|
||||
|
||||
/* Initialize the Application Processor */
|
||||
|
|
|
@ -371,8 +371,8 @@ MmInit1(ULONG_PTR FirstKrnlPhysAddr,
|
|||
|
||||
MmInitGlobalKernelPageDirectory();
|
||||
|
||||
DPRINT("Used memory %dKb\n", (MmStats.NrTotalPages * PAGE_SIZE) / 1024);
|
||||
DPRINT("Kernel Stack Limits. InitTop = 0x%x, Init = 0x%x\n", init_stack_top, init_stack);
|
||||
DbgPrint("Used memory %dKb\n", (MmStats.NrTotalPages * PAGE_SIZE) / 1024);
|
||||
DPRINT1("Kernel Stack Limits. InitTop = 0x%x, Init = 0x%x\n", init_stack_top, init_stack);
|
||||
|
||||
LastKernelAddress = (ULONG_PTR)MmInitializePageList(
|
||||
FirstKrnlPhysAddr,
|
||||
|
|
Loading…
Reference in a new issue