mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[NTVDM]: improve some dprints.
svn path=/trunk/; revision=64470
This commit is contained in:
parent
f9c9249991
commit
1974791a7e
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ static VOID WINAPI DosSystemBop(LPWORD Stack)
|
|||
ulDosKernelSize,
|
||||
&ulDosKernelSize);
|
||||
|
||||
DPRINT1("Windows NT DOS loading %s at 0x%04X:0x%04X, size 0x%x ; GetLastError() = %u\n",
|
||||
DPRINT1("Windows NT DOS loading %s at %04X:%04X, size 0x%X ; GetLastError() = %u\n",
|
||||
(Success ? "succeeded" : "failed"),
|
||||
getDI(), 0x0000,
|
||||
ulDosKernelSize,
|
||||
|
@ -211,7 +211,7 @@ BOOLEAN DosInitialize(IN LPCSTR DosKernelFileName)
|
|||
ulDosBiosSize,
|
||||
&ulDosBiosSize);
|
||||
|
||||
DPRINT1("DOS BIOS loading %s at 0x%04X:0x%04X, size 0x%x ; GetLastError() = %u\n",
|
||||
DPRINT1("DOS BIOS loading %s at %04X:%04X, size 0x%X ; GetLastError() = %u\n",
|
||||
(Success ? "succeeded" : "failed"),
|
||||
0x0070, 0x0000,
|
||||
ulDosBiosSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue