diff options
Diffstat (limited to 'src/userspace/linker.ld')
-rw-r--r-- | src/userspace/linker.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/linker.ld b/src/userspace/linker.ld index 152e0bf..d793912 100644 --- a/src/userspace/linker.ld +++ b/src/userspace/linker.ld @@ -1,7 +1,7 @@ ENTRY(_start) SECTIONS { - .text 0x40000000 : { + .text : { *(.text) . = ALIGN(4096); } |