diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-08 10:19:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 10:19:56 +0200 |
| commit | 29828ef52df7a51e22057b4557b8d9a3d5550839 (patch) | |
| tree | 8f809bcf67e1c77beae47bce71877bd546db5146 /dev/boot/amd64-ci.make | |
| parent | b18c5e09961d8bc0b2368176d9fb23789afebb87 (diff) | |
| parent | 1f6dd86d548ec8194c79bd9e2a8b27991061cd9e (diff) | |
Merge pull request #12 from amlel-el-mahrouss/dev
pr/ahci: generic driver improvements.
Diffstat (limited to 'dev/boot/amd64-ci.make')
| -rw-r--r-- | dev/boot/amd64-ci.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make index 3c7c6527..bdb4545f 100644 --- a/dev/boot/amd64-ci.make +++ b/dev/boot/amd64-ci.make @@ -49,7 +49,7 @@ DEBUG_MACRO = -D__DEBUG__ endif ifeq ($(shell uname), Darwin) -EMU_FLAGS=-M q35 -smp 4 -m 8G \ +EMU_FLAGS=-M q35 -smp 4 -m 8G \ -bios $(BIOS) -cdrom $(BOOT) -boot d endif |
