Subject: Re: >4GB RAM on i386??
To: Frank van der Linden <fvdl@wasabisystems.com>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: port-i386
Date: 12/15/2001 20:21:12
> >
> > There are plenty of address lines from the chip (I forget exactly how many, 40?).
> > To access it from software you need to change the memory mappings since
> > you can only see 4G at a time.
>
> It's called PAE (Physical Address Extensions), allowing for 36-bit
> physical addresses. It's all hidden in the page table, which has
> entried widened to 64 bits, so that the 36 bits of physical address
> fit in there. Virtual address space is still 32 bits wide.

so there is some bit in CPU control register turning on use of double-wide
pagetables?