[OpenBIOS] ping [PATCH] bootinfo_load.c: Translate \r to \n for Mac OS 9 compatibility

Programmingkid programmingkidx at gmail.com
Fri Apr 15 22:57:55 CEST 2016


On Apr 15, 2016, at 4:43 PM, Tarl Neustaedter wrote:

> On 2016-Apr-15 16:15 , Programmingkid wrote:
> 
> Ahhh.....
>>>> Word 407:                              \ 	size: 1
>>>> Word 408:                       allocate 	size: 8
>>>> Word 409:                           room 	size: 4
>>>> Word 410:                            for 	size: 3
>>>> Word 411:                           both 	size: 4
>>>> Word 412:                         images 	size: 6
>>>> Word 413:                  parcels-pages 	size: 13
>>>> Word 414:                         400000 	size: 6
> 
> Word 407, the start of a comment. That ends on an end-of-line, however
> the particular interpreter chooses that. The rare case where end-of-line
> is different than a space. I suspect between word 412 and 413 is a "cr",
> and unless Openbios interprets "cr" as end-of-line, it will miss the
> "parcels-pages" as a variable.

So if we filtered out the comment, things might work correctly. I will try this.


More information about the OpenBIOS mailing list