From 12e66a2e5b3eaad84ac3d51923cc68cebab7bf6a Mon Sep 17 00:00:00 2001 From: David McCullough Date: Tue, 9 Sep 2003 11:20:14 +0000 Subject: [PATCH] Allow for really big apps, Miles Bader --- elf2flt.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0