3.84. memset (memory fill)

3.84.1. Usage

memset [-bwld] ADDR COUNT DATA

3.84.2. Synopsis

Fills the first COUNT bytes at offset ADDR with byte DATA,

3.84.3. Options

-b byte access
-w word access (16 bit)
-l long access (32 bit)
-d FILE write file (default /dev/mem)

Table Of Contents

Previous topic

3.83. meminfo (print info about memory usage)

Next topic

3.85. memtest (extensive memory test)

This Page