We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949762e commit 3f8cc94Copy full SHA for 3f8cc94
arceos/scripts/make/qemu.mk
@@ -1,8 +1,8 @@
1
# QEMU arguments
2
3
#change qemu
4
-QEMU := qemu-system-riscv64-new
5
-# QEMU := qemu-system-$(ARCH)
+# QEMU := qemu-system-riscv64-new
+QEMU := qemu-system-$(ARCH)
6
7
ifeq ($(BUS), mmio)
8
vdev-suffix := device
0 commit comments