From c4ad9b23cafd67e87abbcdcb186db470a5a487e4 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 28 Feb 2023 17:44:05 +0100 Subject: boot: Fix debug experience --- tools/elf2efi.lds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/elf2efi.lds') diff --git a/tools/elf2efi.lds b/tools/elf2efi.lds index eed9e279e9..805efc156d 100644 --- a/tools/elf2efi.lds +++ b/tools/elf2efi.lds @@ -1,4 +1,6 @@ SECTIONS { + __ImageBase = .; + /* We skip the first page because the space will be occupied by the PE headers after conversion. */ . = CONSTANT(MAXPAGESIZE); .text ALIGN(CONSTANT(MAXPAGESIZE)) : { -- cgit v1.2.1