mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[NTOS:INBV] Implement rotation bar for boot screen
This commit is contained in:
parent
7861960a88
commit
57c0678818
6 changed files with 229 additions and 29 deletions
|
@ -1382,7 +1382,7 @@ Phase1InitializationDiscard(IN PVOID Context)
|
|||
|
||||
/* Setup the boot driver */
|
||||
InbvEnableBootDriver(!NoGuiBoot);
|
||||
InbvDriverInitialize(LoaderBlock, 18);
|
||||
InbvDriverInitialize(LoaderBlock, IDB_MAX_RESOURCE);
|
||||
|
||||
/* Check if GUI boot is enabled */
|
||||
if (!NoGuiBoot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue