| |
| | The Linux kernel: Memory |
 | | Traditionally, one has physical memory, that is, memory that is actually present in the machine, and virtual memory, that is, address space. |
 | | The present situation on a Pentium with more than 4 GB is that using the PAE (Physical Address Extension) it is possible to place the addressable 4 GB anywhere in the available memory, but it is impossible to have access to more than 4 GB at once. |
 | | Addressing goes in two stages: a logical address determined by segment and offset is translated into a linear address, and next the linear address is translated into a physical address. |
| www.win.tue.nl /~aeb/linux/lk/lk-9.html (2644 words) |
|