Oh,I didn;t know that about OW Macs.
Anyway,trying to use g3beige "as if" New World BW this node is needed.The values from mac99 won't do as it has openpic,not heathrow.
In that quote it was about OF script,not CD.And about DP1/Rhapsody,not Mac OS.
Though MacOS ROM on cd includes a Forth boot-script,too.
And yes,real OW Mac's do boot the way you described,but our qemu-emulated g3beige doesn't.It does boot cd:,\\:tbxi ,that is,loads Mac OS ROM from cd.
Now when I add
Code:
-prom-env 'boot-command=dev / " PowerMac1,1" encode-string " model" property "PowerMac1,1" encode-string " MacRISC" encode-string encode+ " Power Macintosh" encode-string encode+ " compatible" property new-device " rtas" device-name finish-device dev /rtas " rtas" encode-string " name" property 0 encode-int " rtas-size" property dev /pci/mac-io new-device " interrupt-controller" device-name finish-device dev /pci/mac-io/interrupt-controller " interrupt-controller" encode-string " name" property " heathrow" encode-string " device-type" property " heathrow" encode-string " mac-risc" encode-string encode+ " compatible" property 1 encode-int " #interrupt-cells" property 0 encode-int " #address-cells" property 16 encode-int 32 encode-int encode+ " reg" property'
to qemu command-line I can see interrupt-controller in /pci/mac-io but still have
"MacOS: Boot Failure! (0xF3C481F6)
MacOS: unable to find an interrupt controller node".