]> git.wh0rd.org Git - elf2flt.git/commitdiff
Allow for really big apps, Miles Bader <miles@gnu.org>
authorDavid McCullough <davidm@snapgear.com>
Tue, 9 Sep 2003 11:20:14 +0000 (11:20 +0000)
committerDavid McCullough <davidm@snapgear.com>
Tue, 9 Sep 2003 11:20:14 +0000 (11:20 +0000)
elf2flt.ld

index 23e9cb186c7724c01abafbb6e3403552e930503e..868579663b59c8e01f716bc1071067d6ca28bc1d 100644 (file)
@@ -2,7 +2,7 @@
 ENTRY (_start)
 
 MEMORY {
-       flatmem : ORIGIN = 0x0, LENGTH = 0xffffff
+       flatmem : ORIGIN = 0x0, LENGTH = 0xfffffff
 }
 
 SECTIONS {