Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 29 Mar 2013 10:23:09 +0000 (10:23 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 29 Mar 2013 10:23:09 +0000 (10:23 +0000)
commit83d5c4729e3cb014d2f75a5ac4132658ad6b7ea8
treef03feebdd7163814ef7ed3cbeb3a7643cf105567
parent148b434228cfa94160cc1dbfafc455fd86825fa1
Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for.
Bootloaders/MassStorage/Lib/SCSI.c
Bootloaders/MassStorage/Lib/VirtualFAT.c
Bootloaders/MassStorage/Lib/VirtualFAT.h