From 7a260f76e9c05d84e59ffd7270ed8a65d08a4790 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Feb 2025 08:43:57 +0100 Subject: ADD: Tweaks and improvements on the Operating System. Signed-off-by: Amlal El Mahrouss --- dev/Boot/amd64-desktop.make | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'dev/Boot') diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index e2b73c99..46eb8fc2 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -84,10 +84,17 @@ compile-amd64: run-efi-amd64-ahci: $(EMU) $(EMU_FLAGS) -M q35 -hda $(IMG) -s -S -.PHONY: run-efi-amd64-ata -run-efi-amd64-ata: +.PHONY: run-efi-amd64-ata-pio +run-efi-amd64-ata-pio: + $(EMU) $(EMU_FLAGS) -M q35 -device piix3-ide,id=ide -drive id=disk,file=$(IMG),format=raw,if=none -device ide-hd,drive=disk,bus=ide.0 -s -S + +.PHONY: run-efi-amd64-ata-dma +run-efi-amd64-ata-dma: $(EMU) $(EMU_FLAGS) -M q35 -device piix4-ide,id=ide -drive id=disk,file=$(IMG),format=raw,if=none -device ide-hd,drive=disk,bus=ide.0 -s -S +.PHONY: run-efi-amd64-ata +run-efi-amd64-ata: run-efi-amd64-ata-dma + # img_2 is the rescue disk. img is the bootable disk, as provided by the Zeta specs. .PHONY: epm-img epm-img: -- cgit v1.2.3