X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fex%2Finit.c;h=e4ffdd63bd3f1934a834e760de7c8a4aeba11189;hp=71f27efe6075cdf734e8fccc2e6e8d3dc424091f;hb=57c067881820c54b7faf8f03ab57b5f136c5a02c;hpb=7861960a884322ef09c138d2667b3b46cf00cac1;ds=inline diff --git a/ntoskrnl/ex/init.c b/ntoskrnl/ex/init.c index 71f27efe607..e4ffdd63bd3 100644 --- a/ntoskrnl/ex/init.c +++ b/ntoskrnl/ex/init.c @@ -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)