diff options
Diffstat (limited to 'dev/Boot/amd64-desktop.make')
| -rw-r--r-- | dev/Boot/amd64-desktop.make | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 1aa07a1e..4e817a43 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -82,7 +82,10 @@ compile-amd64: .PHONY: run-efi-amd64-ahci run-efi-amd64-ahci: - $(EMU) $(EMU_FLAGS) -hda $(IMG) -s -S + $(EMU) $(EMU_FLAGS) -device ahci,id=ahci0 \ + -drive id=disk,file=$(IMG),if=none,format=raw \ + -device ide-hd,drive=disk \ + -s -S .PHONY: run-efi-amd64-ata run-efi-amd64-ata: |
