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

Tarl Neustaedter tarl-b2 at tarl.net
Fri Apr 15 23:10:25 CEST 2016


On 2016-Apr-15 16:57 , Programmingkid wrote:
> [...] So if we filtered out the comment, things might work correctly.
> I will try this. 

Actually, there are several comments. I saw at least three. Probably the
right thing to do would be to find where the "\" word is processed and
make sure it accepts either CR (0xD) or LF (0xA) as end-of-comment.

My original thought was that the only thing that could differentiate
between end-of-line and space was the "accept" word, which I didn't
expect to see in the bootloader. I forgot that comment is a variant on
accept.



More information about the OpenBIOS mailing list