https://github.com/yeggor/uefi_retool

https://blog.csdn.net/weixin_43921686/article/details/128140064

https://www.cnblogs.com/linhaostudy/p/18408639

Image 管理服务

Image 管理服务包括加载、卸载、启动、退出 UEFI 应用程序或驱动.

Image 管理服务作用
LoadImage加载 .efi 文件至内存并生成 Image
StartImage启动 Image,调用 Image 的入口函数
Exit退出 Image
UnloadImage卸载 Image
ExitBootServices

ExitBootService 用于结束启动服务,该服务成功返回后,系统进入 RT 期。操作系统加载器从启动服务接过对计算机系统的控制权后必须调用该服务