On Mar 4, 2014, at 5:41 PM, Mark Cave-Ayland wrote:
/* model */
- push_str("PowerMac2,1");
- push_str("PowerMac3,1");
fword("model");
/* compatible */
- push_str("PowerMac2,1");
- push_str("PowerMac3,1");
fword("encode-string"); push_str("MacRISC"); fword("encode-string"); Index: forth/device/tree.fs
- The PowerMac model name change is stylistically fine, however I don't know enough about PPC to know whether bumping the model from PowerMac2 to PowerMac3 violates the -M mac99 QEMU machine - Alex Graf is probably the person to ask about this one
Is there a reason why the model is being changed? I'm worried this change might break compatibility with other OS's.