Changeset 0951495 in mainline for tools/mkfat.py


Ignore:
Timestamp:
2008-10-27T21:01:23Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b0247bac
Parents:
de4a1cf
Message:

yet another old Python compatibility fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkfat.py

    rde4a1cf r0951495  
    404404        boot_sector.drive = 0x80
    405405        boot_sector.extboot_signature = 0x29
    406         boot_sector.serial = random.randint(0, 0xFFFFFFFF)
     406        boot_sector.serial = random.randint(0, 0x7fffffff)
    407407        boot_sector.label = "HELENOS"
    408408        boot_sector.fstype = "FAT16   "
Note: See TracChangeset for help on using the changeset viewer.