mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +00:00
Add ReactOS version at the start of the debug log
svn path=/trunk/; revision=15481
This commit is contained in:
parent
4ad1699bf6
commit
d3881cf0ae
1 changed files with 4 additions and 0 deletions
|
@ -288,6 +288,10 @@ _main(ULONG MultiBootMagic,
|
||||||
/* Initialize HAL */
|
/* Initialize HAL */
|
||||||
HalInitSystem (0, (PLOADER_PARAMETER_BLOCK)&KeLoaderBlock);
|
HalInitSystem (0, (PLOADER_PARAMETER_BLOCK)&KeLoaderBlock);
|
||||||
|
|
||||||
|
/* Display separator + ReactOS version at start of the debug log */
|
||||||
|
DPRINT1("---------------------------------------------------------------\n");
|
||||||
|
DPRINT1("ReactOS "KERNEL_VERSION_STR" (Build "KERNEL_VERSION_BUILD_STR")\n");
|
||||||
|
|
||||||
/* Do general System Startup */
|
/* Do general System Startup */
|
||||||
KiSystemStartup(1);
|
KiSystemStartup(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue