mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[NTVDM] Log the command line used when starting NTVDM.
This commit is contained in:
parent
b538b9abb8
commit
6a4ca215ab
1 changed files with 6 additions and 2 deletions
|
@ -506,11 +506,15 @@ wmain(INT argc, WCHAR *argv[])
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
DPRINT1("\n\n\n"
|
||||||
|
"NTVDM - Starting...\n"
|
||||||
|
"Command Line: '%s'\n"
|
||||||
|
"\n\n",
|
||||||
|
GetCommandLineA());
|
||||||
|
|
||||||
/* Load the global VDM settings */
|
/* Load the global VDM settings */
|
||||||
LoadGlobalSettings(&GlobalSettings);
|
LoadGlobalSettings(&GlobalSettings);
|
||||||
|
|
||||||
DPRINT1("\n\n\nNTVDM - Starting...\n\n\n");
|
|
||||||
|
|
||||||
/* Initialize the console */
|
/* Initialize the console */
|
||||||
if (!ConsoleInit())
|
if (!ConsoleInit())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue