Difference between revisions of "Page table"
From Computer History Wiki
(A bit stubby, but a good start) |
m (+cat) |
||
| Line 2: | Line 2: | ||
{{semi-stub}} | {{semi-stub}} | ||
| + | |||
| + | [[Category: CPU Basics]] | ||
Latest revision as of 19:37, 15 December 2018
A page table is a database (originally an array in most machines, but now often more complex) which is used by the hardware of the CPU to do virtual memory. It provides a mapping from the pages of the virtual address space to locations in actual physical main memory.