forked from xt-sys/exectos
Correct comments
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user