User Tools

Site Tools


memory_map

Memory Map

Return to Data storage and Memory

Snippet from Wikipedia: Memory map

In computer science, a memory map is a structure of data (which usually resides in memory itself) that indicates how memory is laid out. The term "memory map" has different meanings in different contexts.

  1. It is the fastest and most flexible cache organization that uses an associative memory. The associative memory stores both the address and content of the memory word.
  2. In the boot process of some computers, a memory map may be passed on from the firmware to instruct an operating system kernel about memory layout. It contains the information regarding the size of total memory, any reserved regions and may also provide other details specific to the architecture.
  3. In virtual memory implementations and memory management units, a memory map refers to page tables or hardware registers, which store the mapping between a certain process's virtual memory layout and how that space relates to physical memory addresses.
  4. In native debugger programs, a memory map refers to the mapping between loaded executable(or)library files and memory regions. These memory maps are used to resolve memory addresses (such as function pointers) to actual symbols.

Research It More

Fair Use Sources

Data Storage: See also Filesystems

Computer memory and data storage types:

General

General:

Non-volatile memory

NVRAM

Early-stage NVRAM

Analog recording

Optical storage

In development

Historical

Memory - as in Data Storage: Computer memory: Volatile memory - Volatile, Random-access memory - RAM

Historical


© 1994 - 2024 Cloud Monk Losang Jinpa or Fair Use. Disclaimers

SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.


memory_map.txt · Last modified: 2024/04/28 03:35 (external edit)