Skip to content

Commit d11f1f6

Browse files
committed
Update README.md
1 parent 10c9abf commit d11f1f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ $ make build-image
7878
## Usage
7979

8080
```
81-
./semu -k linux-image [-b dtb-file] [-d disk-image]
81+
./semu -k linux-image [-b dtb-file] [-i initrd-image] [-d disk-image]
8282
```
8383

8484
* `linux-image` is the path to the Linux kernel `Image`.
8585
* `dtb-file` is optional, as it specifies the user-specified device tree blob.
86+
* `initrd-image` is optional, as it specifies the user-specified init RAM disk image.
8687
* `disk-image` is optional, as it specifies the path of a disk image in ext4 file system for the virtio-blk device.
8788

8889
## License

0 commit comments

Comments
 (0)