--- linux-2.5.53/arch/i386/vmlinux.lds.S Mon Dec 23 21:19:47 2002 +++ linux-2.5.53-weirdsplit/arch/i386/vmlinux.lds.S Tue Dec 31 15:47:58 2002 @@ -7,7 +7,7 @@ jiffies = jiffies_64; SECTIONS { - . = 0xC0000000 + 0x100000; + . = 0xE0000000 + 0x100000; /* read-only */ _text = .; /* Text and read-only data */ .text : { --- linux-2.5.53/include/asm-i386/page.h Mon Dec 23 21:19:45 2002 +++ linux-2.5.53-weirdsplit/include/asm-i386/page.h Tue Dec 31 15:48:25 2002 @@ -89,7 +89,7 @@ * and CONFIG_HIGHMEM64G options in the kernel configuration. */ -#define __PAGE_OFFSET (0xC0000000) +#define __PAGE_OFFSET (0xE0000000) /* * This much address space is reserved for vmalloc() and iomap()