Add ReactOS version at the start of the debug log

svn path=/trunk/; revision=15474
This commit is contained in:
Hervé Poussineau 2005-05-23 05:20:39 +00:00
parent 58ba3012c1
commit cc7ba13666

View file

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