Jman69 said:
Is this special version identical to the standard version with ios=222-mload and partition=FAT1 in the config, or is there something else special about this build that makes it different?
It's otherwise identical, only the ios and partition defaults are changed.
But that means less ios reloads at startup if your setup is 222 & fat.
With the normal release, if you put ios=222-mload and parition=fat1 to your config, what will happen is this:
- IOS249 is loaded
- config is read and then
- IOS222 with FAT module is reloaded.
While the special 222-fat version will skip IOS249 completely, and load IOS222 with FAT module. Second IOS reload won't happen and thus make the startup faster.