Mkbootcd revision changes
-----------------------------------------------------------------------------

Version 1.02c by Bart Lagerweij mailto:bart@nu2.nu

Changes made:
1) Fixed overflow in sscanf(..., "%x", &WordPtr). This occured when 
compiling a win32 executable (using MS VC++ v6.0), and when using (for 
example) the arguments "-C4 -L5000". The sscanf() of bootLoadSegment would 
overwrite the bootSectorCount variable.
2) Added eltorito emulator support (platformID= 0x80). More info on this can 
be found at http://www.nu2.nu/bootcd or http://www.geocities.com/iopat

-----------------------------------------------------------------------------

Version 1.03 by Bart Lagerweij mailto:bart@nu2.nu

Changes made:
1) The validation entry ID string can now hold up to 24 characters (was 23).
