Commit 2ea583bc authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

README: mention having to convert images to raw

parent 6e6dab6e
...@@ -69,7 +69,14 @@ simulators: ...@@ -69,7 +69,14 @@ simulators:
docker run --rm -it --device /dev/kvm simbricks/simbricks /bin/bash docker run --rm -it --device /dev/kvm simbricks/simbricks /bin/bash
``` ```
The Finally, some of our host simulators, e.g., gem5 and Simics, require raw
disk images. Since Docker doesn't handle large, sparse files well leading to
large Docker image sizes, we only include disk images in the qcow format. To
convert these to raw, run the following:
```Shell
make convert-images-raw
```
Now you are ready to run your first SimBricks simulation: Now you are ready to run your first SimBricks simulation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment