diff --git a/README.md b/README.md index ab04f57..8f07711 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,17 @@ Then, simply run boot.sh to start the QEMU system. ``` $ ./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