What I am susposed to do is very simple:
1) Modify page.h such that __PAGE_OFFSET is changed from 0xC0000000 to
0xE0000000.
2) Modify processor.h such that TASK_UNMAPPED_BASE is changed from
(TASK_SIZE/3) to (TASK_SIZE/16)
3) Modify vmlinux.lds similar to step 1
Then the kernel is built with CONFIG_HIGHMEM4G=y (the machines have 4G of
ram).
The part that has me concerned is that I am not sure why I need to change
__PAGE_OFFSET if CONFIG_HIGHMEM4G is on. I am not sure how these options
interact with each other. Also, what am I loosing by making __PAGE_OFFSET
this large? I believe that TASK_UNMAPPED_BASE is just moving the stack
around so that it does not get in the way of malloc(). Is this correct?
Thanks,
Jim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/