Clément Chigot <[email protected]> writes: > This allows to handle the default FAT size in a single place and make the > following part taking care only about size parameters. It will be later > moved away in a specific function. > > The selection of floppy size was a bit unusual: > - fat-type undefined: a FAT 12 2880 Kib disk (default) > - fat-type=16: a FAT 16 2880 Kib disk > - fat-type=12: a FAT 12 1440 Kib disk > > Now, that fat-type undefined means fat-type=12, it's no longer possible > to make that size distinction. Therefore, it's being changed for the > following: > - fat-type=12: a FAT 12 1440 Kib disk (default) > - fat-type=16: a FAT 16 2880 Kib dis > > This has been choosen for two reasons: keep fat-type=12 the default and > creates a more usual size for it: 1440 Kib. > > The possibility to create a FAT 12 2880 Kib floppy will be added back > later, through the fat-size parameter. > > Side note to mention that s->sectors_per_cluster assignments are > removed because they are overidden a few line further. > > Signed-off-by: Clément Chigot <[email protected]>
Is this a user-visible change?
