Skip to content

Commit

Permalink
fix issue #130
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed Nov 13, 2023
1 parent c054af0 commit 676fd7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion os/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ disasm-vim: kernel
run: run-inner

QEMU_ARGS := -machine virt \
-nographic \
-bios $(BOOTLOADER) \
-serial stdio \
$(GUI_OPTION) \
-device loader,file=$(KERNEL_BIN),addr=$(KERNEL_ENTRY_PA) \
-drive file=$(FS_IMG),if=none,format=raw,id=x0 \
-device virtio-blk-device,drive=x0 \
Expand Down

0 comments on commit 676fd7a

Please sign in to comment.