From 56b81f5d73d11d146f03dce0babeb6fcecc53b02 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 15 Oct 2025 23:06:12 +0200 Subject: [PATCH] Set fixed image base --- boot/xtldr/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/xtldr/CMakeLists.txt b/boot/xtldr/CMakeLists.txt index 4d1d0ff..5fde2fb 100644 --- a/boot/xtldr/CMakeLists.txt +++ b/boot/xtldr/CMakeLists.txt @@ -53,5 +53,6 @@ set_install_target(xtldr efi/boot) # Set loader entrypoint and subsystem set_entrypoint(xtldr "BlStartXtLoader") +set_imagebase(xtldr 0xF800) set_linker_map(xtldr TRUE) set_subsystem(xtldr efi_application)