diff options
Diffstat (limited to 'dev/Boot')
| -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 |
