Skip to content

Commit eed265f

Browse files
authored
Update README.md
1 parent 02ada63 commit eed265f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,21 @@ $ make
7474

7575
### Preparing the bootloader, kernel and userland image
7676

77-
Using pre-built bootloader, kernel and userland images is the easiest way to start. The pre-built 32-bit and 64-bit RISC-V images are available here: [marss-riscv-images.tar.gz](http://cs.binghamton.edu/~marss-riscv/marss-riscv-images.tar.gz).
77+
Using pre-built bootloader, kernel and userland images is the easiest way to start. The pre-built 32-bit and 64-bit RISC-V images are available here: [marss-riscv-images.tar.gz](http://cs.binghamton.edu/~marss-riscv/marss-riscv-images.tar.gz)
7878

7979
The userland image needs to be decompressed before running the simulator:
8080

8181
```console
82+
$ wget http://cs.binghamton.edu/~marss-riscv/marss-riscv-images.tar.gz
8283
$ tar -xvzf marss-riscv-images.tar.gz
8384
$ cd marss-riscv-images/riscv32-unknown-linux-gnu/
8485
$ xz -d -k -T 0 riscv32.img.xz
8586
```
8687

87-
When decompression finishes, launch the simulator with:
88+
When decompression finishes, jump to the marss-riscv `src` folder and launch the simulator with:
8889

8990
```console
90-
$ ../../marss-riscv -mem-model base config.cfg
91+
$ ./marss-riscv -mem-model base marss-riscv-images/config.cfg
9192
```
9293

9394
Simulation parameters can be configured using `config.cfg`, TinyEMU JSON configuration file.
@@ -211,7 +212,8 @@ This work was supported in part by DARPA through an award from the SSITH program
211212
For DRAMSim2, see [here](https://github.com/umd-memsys/DRAMSim2).
212213

213214
## License
214-
This project is licensed under the MIT License - see the src/MIT-LICENSE.txt file for details.
215+
This project is licensed under the MIT License - see the src/MIT-LICENSE.txt file for details.
215216

216217
The SLIRP library has its own license (two clause BSD license).
217-
DRAMSim2 has its own license (two clause BSD license).
218+
219+
DRAMSim2 has its own license (two clause BSD license).

0 commit comments

Comments
 (0)