fix issue #130
This commit is contained in:
parent
25782f6757
commit
827bb05b2e
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue