XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit 339bbe163d - Show all commits

View File

@ -18,7 +18,7 @@ target_link_libraries(pecoff_o libxtos libxtldr)
# Set proper binary name and install target
set_target_properties(pecoff_o PROPERTIES SUFFIX .efi)
set_install_target(pecoff_o efi/boot/xtldr)
set_install_target(pecoff_o efi/boot/xtldr/modules)
# Set module entrypoint and subsystem
set_entrypoint(pecoff_o "XtLdrModuleMain")