3.79. md (memory display)

3.79.1. Usage

md [-bwlsx] REGION

3.79.2. Synopsis

Display (hex dump) a memory region.

3.79.3. Options

-b byte access
-w word access (16 bit)
-l long access (32 bit)
-s FILE display file (default /dev/mem)
-x swap bytes at output

3.79.4. Description

Memory regions can be specified in two different forms: START+SIZE or START-END, If START is omitted it defaults to 0x100 Sizes can be specified as decimal, or if prefixed with 0x as hexadecimal. An optional suffix of k, M or G is for kbytes, Megabytes or Gigabytes.