Changeset 0951495 in mainline
- Timestamp:
- 2008-10-27T21:01:23Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b0247bac
- Parents:
- de4a1cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mkfat.py
rde4a1cf r0951495 404 404 boot_sector.drive = 0x80 405 405 boot_sector.extboot_signature = 0x29 406 boot_sector.serial = random.randint(0, 0x FFFFFFFF)406 boot_sector.serial = random.randint(0, 0x7fffffff) 407 407 boot_sector.label = "HELENOS" 408 408 boot_sector.fstype = "FAT16 "
Note:
See TracChangeset
for help on using the changeset viewer.