diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-08 06:19:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-08 06:19:23 +0100 |
| commit | b156ef35f04459566f71a7cc80b3475f01982510 (patch) | |
| tree | 4f20424caa5d82d480d285b59f17749cb4f89cd8 | |
| parent | 1634815f39f3c3f8a2b461d1e673aedbb3f18526 (diff) | |
amd64-desktop.make: Remove extra space in EMU_FLAGS.
| -rw-r--r-- | dev/Boot/amd64-desktop.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 3fb18238..ae2a8aca 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -50,13 +50,13 @@ endif ifeq ($(shell uname), Darwin) EMU_FLAGS=-net none -smp 4 -m 8G \ - -bios $(BIOS) -cdrom $(BOOT) -boot d -drive \ + -bios $(BIOS) -cdrom $(BOOT) -boot d -drive \ file=fat:rw:src/Root/,index=3,format=raw endif ifneq ($(shell uname), Darwin) EMU_FLAGS=-net none -smp 4 -m 8G \ - -bios $(BIOS) -M q35 -cdrom $(BOOT) -boot d -accel kvm -drive \ + -bios $(BIOS) -M q35 -cdrom $(BOOT) -boot d -accel kvm -drive \ file=fat:rw:src/Root/,index=3,format=raw endif |
