From 782c84b160da10986a32cd53617c2af8e8816d4b Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 22 May 2021 14:59:15 +0200 Subject: disable qemu bios --- qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.sh b/qemu.sh index 7cc3bde..07af0d8 100755 --- a/qemu.sh +++ b/qemu.sh @@ -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 "$@" -- cgit v1.2.3