diff options
Diffstat (limited to 'src/usertestelf.ld')
-rw-r--r-- | src/usertestelf.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usertestelf.ld b/src/usertestelf.ld index 2567f77..fcb5fc8 100644 --- a/src/usertestelf.ld +++ b/src/usertestelf.ld @@ -2,7 +2,7 @@ ENTRY(main) SECTIONS { - . = 8M; + _image_base = .; .text BLOCK(4K) : ALIGN(4K) { *(.text) |