Implement new module providing a basic support for PE/COFF executables

This commit is contained in:
2024-01-25 22:04:30 +01:00
parent 96b5826ea6
commit 7a65b37f96
8 changed files with 269 additions and 130 deletions

View File

@@ -11,7 +11,7 @@
/* XTOS module information */
XTBL_MODINFO = L"XTOS boot protocol support";
XTBL_MODDEPS = {L"fb_o", L"pecoff_o"};
XTBL_MODDEPS = {L"fb_o", L"pecoff"};
/* EFI XT Loader Protocol */
PXTBL_LOADER_PROTOCOL XtLdrProtocol;