This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
forked from
mfulz_github/qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f00754ed97
qmk_firmware
/
Bootloaders
/
Incomplete
/
MassStorage
/
Lib
History
Dean Camera
f00754ed97
FAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain.
2013-03-09 08:48:00 +00:00
..
SCSI.c
Refactor macros in the VirtualFAT implementation of the incomplete Mass Storage bootloader.
2013-03-09 08:00:22 +00:00
SCSI.h
Add the start of a new Mass Storage class bootloader.
2013-03-08 15:50:12 +00:00
VirtualFAT.c
FAT heuristics mean a disk as small as the one emulated in the incomplete Mass Storage bootloader *must* be FAT12, not FAT16. Update to use a FAT12 cluster chain.
2013-03-09 08:48:00 +00:00
VirtualFAT.h
Fix off-by-one in the VirtualFAT cluster chain generator.
2013-03-09 08:08:31 +00:00