summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot')
-rw-r--r--dev/Boot/amd64-desktop.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make
index de14f5ca..300856c7 100644
--- a/dev/Boot/amd64-desktop.make
+++ b/dev/Boot/amd64-desktop.make
@@ -50,12 +50,14 @@ endif
ifeq ($(shell uname), Darwin)
EMU_FLAGS=-net none -smp 4 -m 8G \
- -bios $(BIOS) -cdrom $(BOOT) -boot d
+ -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
+ -bios $(BIOS) -M q35 -cdrom $(BOOT) -boot d -accel kvm -drive \
+ file=fat:rw:src/Root/,index=3,format=raw
endif
LD_FLAGS=-e Main --subsystem=10