Update extrautils

This commit is contained in:
Jeremy Soller 2016-09-29 16:03:59 -06:00
parent 8f37902d35
commit 86487793b8
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ else
ifeq ($(storage),usb)
QEMUFLAGS+=-device usb-ehci,id=flash_bus -drive id=flash_drive,file=$(KBUILD)/harddrive.bin,format=raw,if=none -device usb-storage,drive=flash_drive,bus=flash_bus.0
else
QEMUFLAGS+=-device ahci,id=ahci -drive id=disk,file=$(KBUILD)/harddrive.bin,format=raw,if=none -device ide-hd,drive=disk,bus=ahci.0
QEMUFLAGS+=-drive file=$(KBUILD)/harddrive.bin,format=raw
endif
ifeq ($(vga),no)
QEMUFLAGS+=-nographic -vga none