Index: linux-2.6.8-rc4/arch/i386/kernel/vmlinux.lds.S =================================================================== --- linux-2.6.8-rc4.orig/arch/i386/kernel/vmlinux.lds.S 2004-05-23 12:54:46.000000000 +1000 +++ linux-2.6.8-rc4/arch/i386/kernel/vmlinux.lds.S 2004-08-10 22:28:08.892151791 +1000 @@ -11,7 +11,7 @@ jiffies = jiffies_64; SECTIONS { - . = 0xC0000000 + 0x100000; + . = 0xB0000000 + 0x100000; /* read-only */ _text = .; /* Text and read-only data */ .text : { Index: linux-2.6.8-rc4/include/asm-i386/page.h =================================================================== --- linux-2.6.8-rc4.orig/include/asm-i386/page.h 2004-08-10 20:43:49.000000000 +1000 +++ linux-2.6.8-rc4/include/asm-i386/page.h 2004-08-10 22:28:08.929145877 +1000 @@ -119,9 +119,9 @@ #endif /* __ASSEMBLY__ */ #ifdef __ASSEMBLY__ -#define __PAGE_OFFSET (0xC0000000) +#define __PAGE_OFFSET (0xB0000000) #else -#define __PAGE_OFFSET (0xC0000000UL) +#define __PAGE_OFFSET (0xB0000000UL) #endif