Update extrautils
This commit is contained in:
parent
8f37902d35
commit
86487793b8
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ else
|
||||||
ifeq ($(storage),usb)
|
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
|
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
|
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
|
endif
|
||||||
ifeq ($(vga),no)
|
ifeq ($(vga),no)
|
||||||
QEMUFLAGS+=-nographic -vga none
|
QEMUFLAGS+=-nographic -vga none
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5fa43c7df5b495562f86af10883b22cf1728c757
|
Subproject commit 6f0ef493c9f48f7b0c8dfe7c2a9a029f68fdda19
|
Loading…
Reference in a new issue