Navigation
index
barebox 2017.02.0 documentation
»
memset (memory fill)
¶
Usage
¶
memset
[-bwld]
ADDR
COUNT
DATA
Synopsis
¶
Fills the first COUNT bytes at offset ADDR with byte DATA,
Options
¶
-b
byte access
-w
word access (16 bit)
-l
long access (32 bit)
-d
FILE
write file (default /dev/mem)
Table Of Contents
memset (memory fill)
Usage
Synopsis
Options
This Page
Show Source
Quick search
Navigation
index
barebox 2017.02.0 documentation
»