Re: High Mem Options

Alan Cox (alan@lxorguk.ukuu.org.uk)
05 Mar 2003 13:36:02 +0000


On Wed, 2003-03-05 at 12:11, Michael Vergoz wrote:
> Hi Tim,
>
> Every system can NOT manage more than 4GB memory on x86 processor (32 bits processor).
> Because the system addressing is limited to 32Bits, well memory > 4GB is used generaly for memory spare...

x86 has 36bit physical addressing, its a truely bonkers implementation
but it does have the facility. The limt in reality is 3Gb per process
(1Gb is used for kernel mapping - we could do 4Gb per process but the
syscall cost would go up a lot).

-
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/