diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-11 10:29:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-11 10:29:48 +0100 |
| commit | 3effa2d2e513f81e633079c395ae8544031edd6d (patch) | |
| tree | bf87e17217c44e738984682539b9bf93efb8cff5 /dev/Boot | |
| parent | 1583ee83e3e3e49673884fbdb309911dafef215f (diff) | |
ADD: Tweaks and improvements on AHCI.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot')
| -rw-r--r-- | dev/Boot/amd64-desktop.make | 5 |
1 files changed, 2 insertions, 3 deletions
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: |
