Update XTLDR API
ステータスチェックはすべて成功しました
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 25s

このコミットが含まれているのは:
2023-12-17 16:41:54 +01:00
コミット ceee294df7
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@@ -144,7 +144,7 @@ typedef struct _XTBL_LOADER_PROTOCOL
} Memory;
struct
{
PBL_OPEN_XT_PROTOCOL Open;
PBL_OPEN_XT_PROTOCOL OpenProtocol;
} Protocol;
struct
{

ファイルの表示

@@ -108,7 +108,7 @@ BlpRegisterXtLoaderProtocol()
LdrProtocol.Memory.AllocatePool = BlMemoryAllocatePool;
LdrProtocol.Memory.FreePages = BlMemoryFreePages;
LdrProtocol.Memory.FreePool = BlMemoryFreePool;
LdrProtocol.Protocol.Open = BlOpenXtProtocol;
LdrProtocol.Protocol.OpenProtocol = BlOpenXtProtocol;
LdrProtocol.Tui.DisplayErrorDialog = BlDisplayErrorDialog;
LdrProtocol.Tui.DisplayInfoDialog = BlDisplayInfoDialog;
LdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog;