On Feb 2, 2016, at 6:08 AM, Tarl Neustaedter wrote:
On 2016-Feb-1 23:08 , Programmingkid wrote:
This is most of the patch that is needed to make OpenBIOS successfully boot Mac OS 9. From the bootstrap.fs file, the 0a means linefeed. The file also says the 0d means carret '^'? If this patch is to look for linefeeds and carriage returns, why use the carret character here?
0d is carriage return. "carret" means carriage return, not "^", which would be "caret".
Thank you very much for the clarification. I request that the name be changed to carriage_return.
Mark, would you accept that patch?