projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[HIVEBCD/BOOTMGR]: Prep work
[reactos.git]
/
reactos
/
boot
/
environ
/
app
/
bootmgr
/
bootmgr.c
diff --git
a/reactos/boot/environ/app/bootmgr/bootmgr.c
b/reactos/boot/environ/app/bootmgr/bootmgr.c
index
c34af5a
..
6fcdfd7
100644
(file)
--- 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;
goto Failure;
}
XmlLoaded = TRUE;
-
+ EfiStall(100000000);
/* Check if there's an active bitmap visible */
if (!BlDisplayValidOemBitmap())
{
/* Check if there's an active bitmap visible */
if (!BlDisplayValidOemBitmap())
{
@@
-2952,6
+2952,8
@@
BmMain (
goto Failure;
}
goto Failure;
}
+ //BlResourceFindMessage(BM_MSG_TEST);
+
/* At last, enter the boot selection stage */
SequenceId = 0;
GetEntry = FALSE;
/* At last, enter the boot selection stage */
SequenceId = 0;
GetEntry = FALSE;