Translate Page

Tuesday, January 27, 2009

Anatomy of a Program in Memory

Each process in a multi-tasking OS runs in its own memory sandbox. This sandbox is the virtual address space, which in 32-bit mode is always a 4GB block of memory addresses. These virtual addresses are mapped to physical memory by page tables, which are maintained by the operating system kernel and consulted by the processor

Posted in Gustavo Duarte (View Technorati URL search 144 links from 100 sites) by

0 comments: