From 5faf16e48457f3ea1dda7af76f9c59b007a054f8 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 24 Feb 2023 22:41:50 +0100 Subject: toolchain: partially set up the sysroot --- src/user/linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/linker.ld') diff --git a/src/user/linker.ld b/src/user/linker.ld index e638289..4925448 100644 --- a/src/user/linker.ld +++ b/src/user/linker.ld @@ -2,7 +2,7 @@ ENTRY(_start) SECTIONS { - _image_base = .; + __executable_start = .; .text BLOCK(4K) : ALIGN(4K) { *(.text) -- cgit v1.2.3