Re: The 3G (or nG) Kernel Memory Space Offset

From: Dong Feng
Date: Tue Aug 29 2006 - 11:59:04 EST


2006/8/29, Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>:

"0-4G physical memory space" denotes RAM. Since kernelspace is resident, it
only seems logical to map it to 0G (that is, the start of RAM), because the
end of RAM can be flexible.

IOW, you cannot map kernelspace to the physical location 0xc0000000 because
there might not be that much RAM.

(Also note the PCI memory hole which is near the end of the 4G range.)


Jan Engelhardt
--



Sorry for my typo. I actually means "0-1G physical memory space." My
question is actually why there is a 3G offset from linear kernel to
physical kernel. Why not simply have kernel memory linear space
located on 0-1G linear address, and therefore the physical kernel and
linear kernel just coincide?

Or perhaps this offset is just some personal favor. Say if the first
kernel designer decided to locate kernel at 2-3G linear address, then
2G offset would have appeared in code. Is this the case?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/