diff options
| -rwxr-xr-x | qemu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -qemu-system-riscv32 -nographic -machine sifive_u -nographic -kernel "$@" +qemu-system-riscv32 -nographic -machine sifive_u -bios none -kernel "$@" |
