Content deleted Content added
Guy Harris (talk | contribs) →Drawbacks: Citing the proceedings of a conference without giving either a paper name or a page/page range is less useful than ideal. Cite what appears to be the intended paper, using {{cite conference}}. Add parameters. |
Guy Harris (talk | contribs) →Technology: Update link. |
||
Line 5:
== Technology ==
[[x86-64]] processors without this feature use a four-level page table structure when operating in 64-bit mode.<ref name="x86-software-developers-manual" />{{Rp|page=4{{hyp}}22}} A similar situation arose when the 32 bit [[IA-32]] processors used two levels, allowing up to four [[gigabyte|GB]] of memory (both virtual and physical). To support more than 4 GB of [[RAM]], an additional mode of address translation called [[Physical Address Extension]] (PAE) was defined, involving a third level.<ref>{{Cite web|url=https://
As adding another page table multiplies the address space by 512, the virtual limit has increased from 256 TB to 128 PB. An extra nine bits of the virtual address index the new table, so while formerly bits 0 through 47 were in use, now bits 0 through 56 are in use.
|