From cc7ba1366648d1cc1c4f89a6c355e837f2ed51c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 23 May 2005 05:20:39 +0000 Subject: [PATCH] Add ReactOS version at the start of the debug log svn path=/trunk/; revision=15474 --- reactos/ntoskrnl/ke/main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/ntoskrnl/ke/main.c b/reactos/ntoskrnl/ke/main.c index c4299a1d27e..d39d5a02f61 100644 --- a/reactos/ntoskrnl/ke/main.c +++ b/reactos/ntoskrnl/ke/main.c @@ -85,6 +85,12 @@ 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 */