diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-09-07 20:24:02 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-09-07 20:24:02 +0200 |
| commit | 9406bf169c89c541ce50caeb9bce1e31913d3c70 (patch) | |
| tree | b1ef67e6215be170de2bdf5fab9ea4fe155d4e6c /dev/ZBA | |
| parent | 82e5b65b604c0cc74e82a366ba53df8b68d3ed3d (diff) | |
Update Hang test.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBA')
| -rw-r--r-- | dev/ZBA/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBA/amd64-efi.make b/dev/ZBA/amd64-efi.make index 0e159c41..8da2b05a 100644 --- a/dev/ZBA/amd64-efi.make +++ b/dev/ZBA/amd64-efi.make @@ -36,7 +36,7 @@ EMU_FLAGS=-net none -m 8G -M q35 \ file=fat:rw:Sources/Root/,index=2,format=raw \ -drive id=disk_2,file=$(IMG_2),if=none \ -device ahci,id=ahci \ - -device ide-hd,drive=disk_2,bus=ahci.0 -d int -no-reboot -no-shutdown + -device ide-hd,drive=disk_2,bus=ahci.0 -no-reboot -no-shutdown LD_FLAGS=-e Main --subsystem=10 |
