Update README info.

This commit is contained in:
Dylan Bautista 2025-02-19 14:25:44 +01:00
parent 187df62061
commit 09e3c4e268

View File

@ -58,6 +58,17 @@ Then, simply run boot.sh to start the QEMU system.
``` ```
$ ./boot.sh $ ./boot.sh
``` ```
To execute the RISC-V benchmark suite on boot stage 2, run boot.sh with the bench2 option.
```
$ ./boot.sh bench2
```
To open a debug shell on boot stage 2, run boot.sh with the debug2 option.
```
$ ./boot.sh debug2
```
## Lagarto Hun ## Lagarto Hun