Compare commits

...

3 Commits

Author SHA1 Message Date
IC
e799abdfb7 Merge branch 'fix-qemu-raspi' into 'master'
Draft: Fix raspi_qemu build

See merge request redox-os/redox!1660
2025-10-29 01:46:21 +00:00
Jeremy Soller
04387397e5
Update cookbook 2025-10-28 18:31:20 -06:00
H4K1
fc0092c149 Fix raspi_qemu build, related to https://gitlab.redox-os.org/redox-os/redox/-/issues/1730 2025-10-21 20:47:09 +02:00
2 changed files with 5 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8851a304e6710b953b4974bd714fdce4411e2e50
Subproject commit 29a11d9a8fb3887d2b3dbb7ac2055e15dc97fab5

View File

@ -364,5 +364,7 @@ qemu_nvme_extra: qemu-deps
#additional steps for $(DISK) are required!!!
qemu_raspi: qemu-deps
$(QEMU) -M raspi3b -smp 4,cores=1 \
-kernel $(FIRMWARE) \
-serial stdio -display none
-kernel $(QEMU_KERNEL) \
-serial stdio -display none \
-sd build/aarch64/minimal/harddrive.img \