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".