Initial modules support
This commit is contained in:
@@ -143,8 +143,9 @@ BlpInitializeEfiBootLoader()
|
||||
/* Print XTLDR version */
|
||||
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
|
||||
|
||||
/* Initialize XTLDR configuration list */
|
||||
/* Initialize XTLDR configuration and loaded modules lists */
|
||||
RtlInitializeListHead(&BlpConfig);
|
||||
RtlInitializeListHead(&BlpLoadedModules);
|
||||
|
||||
/* Check if debug is enabled */
|
||||
if(DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user