X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fboot%2Fenviron%2Fapp%2Fbootmgr%2Fbootmgr.c;h=6fcdfd7a55b2225e537c7df1629df8a4681c9139;hp=c34af5aefb7ab103643e59ba02336b8db230034d;hb=5126de14b6a9d13081fdc0ed8e134d45fa1ca03b;hpb=5a21e5a50e61f9b59f322ac676c35075bc4919b7 diff --git a/reactos/boot/environ/app/bootmgr/bootmgr.c b/reactos/boot/environ/app/bootmgr/bootmgr.c index c34af5aefb7..6fcdfd7a55b 100644 --- a/reactos/boot/environ/app/bootmgr/bootmgr.c +++ b/reactos/boot/environ/app/bootmgr/bootmgr.c @@ -2862,7 +2862,7 @@ BmMain ( goto Failure; } XmlLoaded = TRUE; - + EfiStall(100000000); /* Check if there's an active bitmap visible */ if (!BlDisplayValidOemBitmap()) { @@ -2952,6 +2952,8 @@ BmMain ( goto Failure; } + //BlResourceFindMessage(BM_MSG_TEST); + /* At last, enter the boot selection stage */ SequenceId = 0; GetEntry = FALSE;