| | Explore the Linux memory model (Site not responding. Last check: 2007-09-05) |
 | | Intel®; architectures use a segmented address space in which memory is broken up into 64KB segments, and a segment register always points to the base of the segment that is currently being addressed. |
 | | This restriction on number of processes in the x86 architecture was a component of Linux 2.2, but since kernel 2.4, this problem has been eliminated, partly by doing away with hardware context switching (which made using TSS inevitable) and replacing it with process switching. |
 | | On x86 architectures, the pmd is not present in hardware, but is folded in to the pgd in the kernel code. |
| www-128.ibm.com /developerworks/linux/library/l-memmod?... (4297 words) |