s390guy / SATK

Toolkit for creating baremetal programs targeting mainframe compatible systems
GNU General Public License v3.0
40 stars 6 forks source link

Iplasma.py rejects comments in a List Directed IPL file as invalid #34

Closed srorso closed 1 year ago

srorso commented 1 year ago

Comments have an asterisk in the first position; other systems ignore comments when reading List Directed IPL files.

Workaround: remove the comment line.

Very low impact.

s390guy commented 1 year ago

iplasma.py accepted comments starting with a # but not an . Corrected user reported error by adding support for comments starting with either a # or . Comments may also be supplied in the control file following an image file name and load address with either a # or *.

Fixed.