summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boards/riscvemu/defaultenv-riscvemu/data/tutorial/08-devfs
blob: b117e4bb1632e40f011e8c78e0150706ad3d4fab (plain)
1
2
3
4
5
6
7
8

`mw` is complemented by `md` for memory display. There are further commands
like `mm` (memory modify), `memcpy` and `memcmp` (copy/compare ranges).
These commands operate on `/dev/mem` by default, but any seekable device
or file can be used instead. Let's see what device files we got here:
```
ls /dev
```