|
|
else if (!atari_format) { | else if (!atari_format) { |
/* On real MS-DOS, a 16 bit FAT is used whenever there would be too | /* On real MS-DOS, a 16 bit FAT is used whenever there would be too |
* much clusers otherwise. */ | * much clusers otherwise. */ |
fs->fat_bits = (fs->clusters > MSDOS_FAT12) ? 16 : 12; |
fs->fat_bits = (fs->clusters > MAX_FAT12) ? 16 : 12; |
} | } |
else { | else { |
/* On Atari, things are more difficult: GEMDOS always uses 12bit FATs | /* On Atari, things are more difficult: GEMDOS always uses 12bit FATs |