diff --git a/runtime/link.ld b/runtime/link.ld index c43188800a3d07d056d934abe683d1a71fbbb670..6aa203cde1ec13205db557a0f56cf98e076e9ddf 100644 --- a/runtime/link.ld +++ b/runtime/link.ld @@ -4,7 +4,7 @@ heap_size = 0x2000; SECTIONS { /* text: test code section */ -. = 0x200; +. = 0x2000000; .text : { *(.text)