Correct comments
ステータスチェックはすべて成功しました
ci/woodpecker/push/build Pipeline was successful

このコミットが含まれているのは:
2023-01-02 18:06:54 +01:00
コミット c91708034b
4個のファイルの変更4行の追加4行の削除

ファイルの表示

@@ -22,6 +22,6 @@ target_link_libraries(pecoff libxtos)
set_target_properties(pecoff PROPERTIES SUFFIX .efi)
set_install_target(pecoff efi/boot/xtldr)
# Set loader entrypoint, imagebase address, ordinals and subsystem
# Set module entrypoint and subsystem
set_entrypoint(pecoff "BlXtLdrModuleMain")
set_subsystem(pecoff efi_boot_service_driver)