Files

10 lines
232 B
Python
Raw Permalink Normal View History

2025-02-12 09:54:05 -05:00
format_settings = {
'BytesPerSector': 0x200, # 512
'SectorPerClustor': 0x1, # 1
'ReservedSectors': 200 , # 100 kb
'NumberOfFATs': 0x2,
'RootEntires': 0x200,
'VolumeName': 'xOSHD',
'filename': 'one.img'
}