diff --git a/src/link.ld b/src/link.ld index ef75601..bcf4a5f 100644 --- a/src/link.ld +++ b/src/link.ld @@ -23,4 +23,4 @@ SECTIONS { } } -ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x30000, "elf is too big"); \ No newline at end of file +ASSERT((SIZEOF(.text) + SIZEOF(.data)) < 0x2F000, "elf is too big"); \ No newline at end of file