Correct comments

This commit is contained in:
2023-01-02 18:06:54 +01:00
parent c5a7d0fe05
commit c91708034b
4 changed files with 4 additions and 4 deletions

View File

@@ -36,6 +36,6 @@ endif()
set_target_properties(xtldr PROPERTIES OUTPUT_NAME ${BINARY_NAME} SUFFIX .efi)
set_install_target(xtldr efi/boot)
# Set loader entrypoint, imagebase address, ordinals and subsystem
# Set loader entrypoint and subsystem
set_entrypoint(xtldr "BlStartXtLoader")
set_subsystem(xtldr efi_application)