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

@@ -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)