diff -r -u silo-1.2.6.orig/second/Makefile silo-1.2.6/second/Makefile
--- silo-1.2.6.orig/second/Makefile	Tue Aug 28 17:34:05 2001
+++ silo-1.2.6/second/Makefile	Thu Sep  5 19:29:22 2002
@@ -21,8 +21,8 @@
 
 # Relocate to 2.5MB. The Hitchhiker's Guide to Open Boot Rev 3 claims
 # that 3MB are guaranteed to be mapped.
-LDFLAGS_SMALL=-N -Ttext 0x280000
-LDFLAGS_LARGE=-N -Ttext 0x380000
+LDFLAGS_SMALL=-N -Ttext 0x400000
+LDFLAGS_LARGE=-N -Ttext 0x500000
 
 .c.o:
 	$(CC) $(CFLAGS) -c $*.c -o $@
diff -r -u silo-1.2.6.orig/second/util.c silo-1.2.6/second/util.c
--- silo-1.2.6.orig/second/util.c	Fri Oct 26 02:59:07 2001
+++ silo-1.2.6/second/util.c	Thu Sep  5 19:29:41 2002
@@ -109,7 +109,7 @@
 int main(int argc, char **argv)
 {
     FILE *g, *h;
-    int reloc = 0x280000;
+    int reloc = 0x400000;
     int first_start, first_end, second_start, second_end;
     int end, rodata_start, rodata_end;
     int net = 0;
