Squash commits for public release

This commit is contained in:
2025-02-12 09:54:05 -05:00
commit 7118adc514
1108 changed files with 80873 additions and 0 deletions

9
utils/legacy/config.py Normal file
View 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'
}