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 期。操作系统加载器从启动服务接过对计算机系统的控制权后必须调用该服务