diff options
Diffstat (limited to 'src/user/linker.ld')
-rw-r--r-- | src/user/linker.ld | 2 |
1 files changed, 1 insertions, 1 deletions
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) |