問題タブ [efi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
uefi - メモリからの UEFI LoadImage
Bootservices 関数 LoadImage を使用して、メモリから UEFI アプリケーション イメージをロードすることを検討しています。関数パラメータは次のとおりです。
ロードする PE/COFF イメージが既に取り込まれている sourcebuffer を提供することが許可されている場合。現在 sourcebuffer を使用しており、有効な PE/COFF ファイルの内容でバッファを事前設定しました。これを SourceBuffer の下に渡し、DevicePath を Null に設定します。エラー「 」が表示されますEFI_LOAD_ERROR Image was not loaded because the image format was corrupt or not understood
。
私は何を間違っていますか?