diff -urN 2.4.0-test11-pre5/arch/i386/vmlinux.lds largetask/arch/i386/vmlinux.lds --- 2.4.0-test11-pre5/arch/i386/vmlinux.lds Wed Jul 5 22:42:37 2000 +++ largetask/arch/i386/vmlinux.lds Fri Nov 17 19:43:36 2000 @@ -6,7 +6,7 @@ ENTRY(_start) SECTIONS { - . = 0xC0000000 + 0x100000; + . = 0xE0000000 + 0x100000; _text = .; /* Text and read-only data */ .text : { *(.text) diff -urN 2.4.0-test11-pre5/include/asm-i386/page.h largetask/include/asm-i386/page.h --- 2.4.0-test11-pre5/include/asm-i386/page.h Thu Nov 16 15:37:42 2000 +++ largetask/include/asm-i386/page.h Mon Nov 20 02:21:38 2000 @@ -78,7 +78,7 @@ * and CONFIG_HIGHMEM64G options in the kernel configuration. */ -#define __PAGE_OFFSET (0xC0000000) +#define __PAGE_OFFSET (0xE0000000) #ifndef __ASSEMBLY__ diff -urN 2.4.0-test11-pre5/include/asm-i386/processor.h largetask/include/asm-i386/processor.h --- 2.4.0-test11-pre5/include/asm-i386/processor.h Fri Nov 17 19:43:17 2000 +++ largetask/include/asm-i386/processor.h Mon Nov 20 02:21:38 2000 @@ -270,7 +270,7 @@ /* This decides where the kernel will search for a free chunk of vm * space during mmap's. */ -#define TASK_UNMAPPED_BASE (TASK_SIZE / 3) +#define TASK_UNMAPPED_BASE (TASK_SIZE / 16) /* * Size of io_bitmap in longwords: 32 is ports 0-0x3ff.