s/1G/896M/ and no.* if i absolutely *know* that i'm building a kernel for a system that doesn't have more than 1G of RAM, do i need HIGHMEM at all?
hang on ... if i *know* i'm building a (32-bit) kernel for a system with exactly 1G of RAM, are you saying i'll need HIGHMEM support?
why? if you read the "Help" in the kernel configuration, it describes the option CONFIG_HIGHMEM4G with:
"Select this if you have a 32-bit processor and between 1 and 4 gigabytes of physical RAM."
it doesn't say between 896M and 4G. i would have thought that, if i had no more than 1G of RAM, i could select no HIGHMEM support, at which the entire 1G kernel address space would be logical. you're saying that's not true?
|-----| 4G | | |-----| 4G - VMALLOC_RESERVE | | | | | L | | | | | |-----| PAGE_OFFSET | | | | . . . . | | |-----| 0
-- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ