From: David McCullough Date: Tue, 9 Sep 2003 11:20:14 +0000 (+0000) Subject: Allow for really big apps, Miles Bader X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=12e66a2e5b3eaad84ac3d51923cc68cebab7bf6a;p=elf2flt.git Allow for really big apps, Miles Bader --- diff --git a/elf2flt.ld b/elf2flt.ld index 23e9cb1..8685796 100644 --- a/elf2flt.ld +++ b/elf2flt.ld @@ -2,7 +2,7 @@ ENTRY (_start) MEMORY { - flatmem : ORIGIN = 0x0, LENGTH = 0xffffff + flatmem : ORIGIN = 0x0, LENGTH = 0xfffffff } SECTIONS {