From 09e3c4e268f6fb89ae85586ab90664a929087317 Mon Sep 17 00:00:00 2001 From: Dylan Bautista Date: Wed, 19 Feb 2025 14:25:44 +0100 Subject: [PATCH] Update README info. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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