mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[FREELDR]
poor little printf causes boot break, nuff said. svn path=/trunk/; revision=49789
This commit is contained in:
parent
5f47e1ddd0
commit
cea642beb3
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ LoadAndBootWindows(PCSTR OperatingSystemName,
|
|||
/* Save final value of LoaderPagesSpanned */
|
||||
LoaderBlockVA->Extension->LoaderPagesSpanned = LoaderPagesSpanned;
|
||||
|
||||
printf( "Hello from paged mode, KiSystemStartup %p, LoaderBlockVA %p!\n",
|
||||
DPRINTM(DPRINT_WINDOWS, "Hello from paged mode, KiSystemStartup %p, LoaderBlockVA %p!\n",
|
||||
KiSystemStartup, LoaderBlockVA);
|
||||
|
||||
WinLdrpDumpMemoryDescriptors(LoaderBlockVA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue