| |
| | Explore the Linux memory model |
 | | The physical address may be different from the logical address, in which case the memory management unit translates the logical address into a physical address. |
 | | Memory management is a large, complex, and time-consuming set of tasks, one that is difficult to achieve because crafting a model how systems behave in real-world, multi-programmed environments is a tough job. |
 | | Kernel comparison: Improved memory management in the 2.6 kernel (developerWorks, March 2004) details new techniques to improve the use of large amounts of memory, reverse mapping, storage of page-table entries in high memory, and the greater stability of the memory manager. |
| www.ibm.com /developerworks/linux/library/l-memmod/?ca=dgr-lnxw3aMemModel (4296 words) |
|