--- linux/arch/i386/vmlinux.lds~ Tue Oct 20 23:21:13 1998 +++ linux/arch/i386/vmlinux.lds Wed Oct 21 09:23:04 1998 @@ -6,7 +6,7 @@ ENTRY(_start) SECTIONS { - . = 0xC0000000 + 0x100000; + . = 0x80000000 + 0x100000; _text = .; /* Text and read-only data */ .text : { *(.text) --- linux/include/asm-i386/page.h~ Thu Apr 9 03:05:18 1998 +++ linux/include/asm-i386/page.h Wed Oct 21 09:22:38 1998 @@ -80,7 +80,7 @@ * * which has the same constant encoded.. */ -#define __PAGE_OFFSET (0xC0000000) +#define __PAGE_OFFSET (0x80000000) #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) #define __pa(x) ((unsigned long)(x)-PAGE_OFFSET)