diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-05-22 12:59:15 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-05-22 12:59:15 +0000 |
| commit | 782c84b160da10986a32cd53617c2af8e8816d4b (patch) | |
| tree | d94551e3621f9c81a30d918772e0b616935889e9 | |
| parent | fix pack, survey and move to doctest (diff) | |
| download | subv-782c84b160da10986a32cd53617c2af8e8816d4b.tar.gz subv-782c84b160da10986a32cd53617c2af8e8816d4b.zip | |
disable qemu bios
| -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 "$@" |
