Revert 15473 and 15474 as Alex doesn't like them

svn path=/trunk/; revision=15475
This commit is contained in:
Hervé Poussineau 2005-05-23 08:50:29 +00:00
parent cc7ba13666
commit d920c40eee
2 changed files with 2 additions and 8 deletions

View file

@ -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 */

View file

@ -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,