Skip to content

Commit b80d52a

Browse files
authored
2024S
1 parent d19cb8d commit b80d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ disasm-vim: kernel
5959
run: run-inner
6060

6161
run-inner: build
62-
@../../qemu-7.0.0/build/qemu-system-riscv64 \
62+
@qemu-system-riscv64 \
6363
-machine virt \
6464
-nographic \
6565
-bios $(BOOTLOADER) \

0 commit comments

Comments
 (0)