Add ReactOS version at the start of the debug log
Modified: trunk/reactos/ntoskrnl/ke/main.c
_____
Modified: trunk/reactos/ntoskrnl/ke/main.c
--- trunk/reactos/ntoskrnl/ke/main.c 2005-05-23 05:00:22 UTC (rev
15473)
+++ trunk/reactos/ntoskrnl/ke/main.c 2005-05-23 05:20:39 UTC (rev
15474)
@@ -85,6 +85,12 @@
__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 */
Show replies by date