From 3effa2d2e513f81e633079c395ae8544031edd6d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 11 Feb 2025 10:29:48 +0100 Subject: ADD: Tweaks and improvements on AHCI. Signed-off-by: Amlal El Mahrouss --- dev/Boot/amd64-desktop.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev/Boot') diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 7d25645e..f1bd60f1 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -30,8 +30,7 @@ IMG_2=epm-master-2.img EMU_FLAGS=-net none -smp 4 -m 8G \ -bios $(BIOS) -drive \ - file=fat:rw:src/Root/,index=3,format=raw \ - -serial stdio + file=fat:rw:src/Root/,index=3,format=raw LD_FLAGS=-e Main --subsystem=10 @@ -82,7 +81,7 @@ compile-amd64: .PHONY: run-efi-amd64-ahci run-efi-amd64-ahci: - $(EMU) $(EMU_FLAGS) -M q35 -hda $(IMG) -s -S + $(EMU) $(EMU_FLAGS) -M q35 -hda $(IMG) -s -S -trace ahci_* .PHONY: run-efi-amd64-ata-pio run-efi-amd64-ata-pio: -- cgit v1.2.3