-/** Starting block of the virtual firmware file image on disk. On Windows, files
- * are (usually?) replaced using the original file's physical sectors. On Linux
- * file replacements are performed with an offset.
+/** Starting cluster of the virtual firmware file on disk, tracked so that the
+ * offset from the start of the data sector can be determined. On Windows
+ * systems files are usually replaced using the original file's disk clusters,
+ * while Linux appears to overwrite with an offset which must be compensated for.