diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-17 06:23:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-17 06:23:47 +0100 |
| commit | 157210ca5a42d6a4eed7463eeacf5f4acf5f0cc0 (patch) | |
| tree | 4f265733c911662a37e89fe474344d91a89c232b /dev/Boot/amd64-desktop.make | |
| parent | a20b5a830293fac7bf6681676c96e17810fdd1ad (diff) | |
ADD: Lift manadatory subsystem id on PE32+ kernel image, benchmarking
code too (Still WIP)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/amd64-desktop.make')
| -rw-r--r-- | dev/Boot/amd64-desktop.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 2a67f2f2..c1564b77 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -113,7 +113,7 @@ compile-amd64: .PHONY: run-efi-amd64-ahci run-efi-amd64-ahci: - $(EMU) $(EMU_FLAGS) -hda $(IMG) -s -S -trace ahci_* -boot menu=on + $(EMU) $(EMU_FLAGS) -d int -hda $(IMG) -s -S -trace ahci_* -boot menu=on .PHONY: run-efi-amd64-ata-pio run-efi-amd64-ata-pio: |
