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

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

Version 1.04 by Don Hannema mailto:dhannema@hotmail.com

Changes made:
1) Added #include <ctype.h> for prototype of toupper
2) Removed weird nested comment
3) Extended Floppy Disk Boot Sector structure and added a
   FAT32 boot sector structure. Boot image checking now also correctly looks
   for a particular FAT12, FAT16, FAT32 or e2fs filesystem and doesn't fail
   on related errors anymore.
4) Fixed Joliet restoration (should work OK now)
5) Changed year indication from 2-digit to 4-digit (to circumvent 101=2001)6)
6) Bootable HD verify now searches for a bootable partition in the first 4
   partition table entries (should also be done recursively on sub-partitions)
   Search for MBR doesn't calculate from the CLS anymore, but by adding the
   startsectors from the partition table.
7) Changed status info when adding images to include flags.
