--- ppc-2g/arch/ppc/mm/init.c.~1~ Sun Apr 2 21:07:48 2000 +++ ppc-2g/arch/ppc/mm/init.c Wed Apr 19 04:21:38 2000 @@ -1329,7 +1329,7 @@ int i; /* max amount of RAM we allow -- Cort */ -#define RAM_LIMIT (768<<20) +#define RAM_LIMIT (1768<<20) memory_node = find_devices("memory"); if (memory_node == NULL) { --- ppc-2g/arch/ppc/Makefile.~1~ Sun Apr 2 21:07:48 2000 +++ ppc-2g/arch/ppc/Makefile Wed Apr 19 04:20:42 2000 @@ -12,7 +12,7 @@ # Rewritten by Cort Dougan and Paul Mackerras # -KERNELLOAD =0xc0000000 +KERNELLOAD =0x80000000 ifeq ($(shell uname -m),ppc) CHECKS = checks --- ppc-2g/include/asm-ppc/page.h.~1~.~1~ Mon Jan 17 16:44:45 2000 +++ ppc-2g/include/asm-ppc/page.h.~1~ Wed Apr 19 04:24:16 2000 @@ -8,7 +8,7 @@ #define PAGE_SIZE (1UL << PAGE_SHIFT) #define PAGE_MASK (~(PAGE_SIZE-1)) -#define PAGE_OFFSET 0xc0000000 +#define PAGE_OFFSET 0x80000000 #define KERNELBASE PAGE_OFFSET #ifndef __ASSEMBLY__