mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 01:36:11 +08:00
[NTVDM] Log the command line used when starting NTVDM.
This commit is contained in:
@@ -506,11 +506,15 @@ wmain(INT argc, WCHAR *argv[])
|
||||
}
|
||||
#endif
|
||||
|
||||
DPRINT1("\n\n\n"
|
||||
"NTVDM - Starting...\n"
|
||||
"Command Line: '%s'\n"
|
||||
"\n\n",
|
||||
GetCommandLineA());
|
||||
|
||||
/* Load the global VDM settings */
|
||||
LoadGlobalSettings(&GlobalSettings);
|
||||
|
||||
DPRINT1("\n\n\nNTVDM - Starting...\n\n\n");
|
||||
|
||||
/* Initialize the console */
|
||||
if (!ConsoleInit())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user