add run script

This commit is contained in:
2025-05-25 13:01:31 +03:00
parent 5ba047d1aa
commit 08488ba1d7

7
run.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -xue
# QEMU path
QEMU=qemu-system-riscv32
$QEMU -machine virt -bios default -nographic -serial mon:stdio --no-reboot