collapseos/apps/sdct
Virgil Dupras b745f49186 Rename blockdev's API routines to GetB/PutB
The goal is to avoid mixing those routines with "character devices"
(acia, vpd, kbd) which aren't block devices and have routines that
have different expectations.

This is a first step to fixing #64.
2019-10-30 16:59:35 -04:00
..
README.md Add apps/sdct 2019-06-10 15:54:15 -04:00
glue.asm Rename blockdev's API routines to GetB/PutB 2019-10-30 16:59:35 -04:00
main.asm Rename blockdev's API routines to GetB/PutB 2019-10-30 16:59:35 -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.