Squash commits for public release
This commit is contained in:
9
utils/legacy/config.py
Normal file
9
utils/legacy/config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
format_settings = {
|
||||
'BytesPerSector': 0x200, # 512
|
||||
'SectorPerClustor': 0x1, # 1
|
||||
'ReservedSectors': 200 , # 100 kb
|
||||
'NumberOfFATs': 0x2,
|
||||
'RootEntires': 0x200,
|
||||
'VolumeName': 'xOSHD',
|
||||
'filename': 'one.img'
|
||||
}
|
||||
Reference in New Issue
Block a user