Mapping

From Computer History Wiki
Revision as of 19:33, 14 December 2018 by Jnc (talk | contribs) (+cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mapping is either a translation database from the names in one namespace to those of another, or the process of doing that translation.

For instance, memory management generally involves mapping from the address space of a process to addresses in physical main memory. This may be done in a simple way, with base and bounds registers, or the use of page tables when virtual memory is being used.