[NTOS:INBV] Implement rotation bar for boot screen

This commit is contained in:
Stanislav Motylkov 2017-12-14 15:49:15 +03:00 committed by Hermès Bélusca-Maïto
parent 7861960a88
commit 57c0678818
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
6 changed files with 229 additions and 29 deletions

View file

@ -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)