3.8.5. memset - memory fill¶
3.8.5.1. Usage¶
memset [-bwlq [-d FILE] ADDR DATA COUNT
3.8.5.2. Synopsis¶
Fills the first COUNT bytes at offset ADDR with byte DATA,
3.8.5.3. Options¶
- -b
byte access
- -w
word access (16 bit)
- -l
long access (32 bit)
- -q
quad access (64 bit)
- -d FILE
write file (default /dev/mem)