aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-05-22 12:59:15 +0000
committers-ol <s+removethis@s-ol.nu>2021-05-22 12:59:15 +0000
commit782c84b160da10986a32cd53617c2af8e8816d4b (patch)
treed94551e3621f9c81a30d918772e0b616935889e9
parentfix pack, survey and move to doctest (diff)
downloadsubv-782c84b160da10986a32cd53617c2af8e8816d4b.tar.gz
subv-782c84b160da10986a32cd53617c2af8e8816d4b.zip
disable qemu bios
-rwxr-xr-xqemu.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"