Re: How much kernel memory is in 64-bit OS ?

From: Rik van Riel
Date: Sun Sep 17 2006 - 20:10:35 EST


yogeshwar sonawane wrote:
Hi all,

We all know that in 32-bit OS, total 4GB memory space is divided in
3(user) + 1(kernel) space.

Similarly, what is the division/scenario in case of 64-bit OS ?

It depends on the architecture.

However, all 64 bit architectures have one thing in common.
There is so much address space available for both kernel and
userspace that we won't have to worry about a shortage for a
very long time.

Sure, people said that too when going from 16 bits to 32 bits,
but that was only a factor 2^16 difference. This time it's the
square of the previous difference.

--
What is important? What you want to be true, or what is true?
-
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/