Another improvements to module loading support
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2023-12-30 11:18:51 +01:00
parent aa03fc9cb2
commit effde90ece
3 changed files with 20 additions and 15 deletions

View File

@@ -8,11 +8,10 @@
#include <xtblapi.h>
#define XTBL_MODDEP SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
XTBL_MODDEP = {L"dummy2", L"dummy2"};
/* Dummy module information */
XTBL_MODINFO = L"Dummy XTLDR module";
XTBL_MODDEPS = {L"dummy2"};
/**
* This routine is the entry point of the XT EFI boot loader module.