collapseos/apps/sdct
Virgil Dupras 92a04f4627 sdc: support 24-bit addressing
Needed if we want to compile the kernel and zasm from within a SD card.
I didn't go straight for 32-bit because it was significantly more
complex and 24-bit give us 16M. Enough to go on for a while...
2019-06-15 13:41:20 -04:00
..
README.md Add apps/sdct 2019-06-10 15:54:15 -04:00
glue.asm Add apps/sdct 2019-06-10 15:54:15 -04:00
main.asm sdc: support 24-bit addressing 2019-06-15 13:41:20 -04:00

README.md

sdct - test SD Card

This program stress-tests a SD card by repeatedly reading and writing to it and verify that data stays the same.