minix/test/blocktest
David van Moolenbroek 2e26c872c4 blocktest: make fewer assumptions about driver
In particular, allow partial results to be returned in some cases,
and do not require that the driver fail on word-unaligned access.
2012-10-15 11:50:59 +00:00
..
blocktest.c blocktest: make fewer assumptions about driver 2012-10-15 11:50:59 +00:00
Makefile
Makefile.inc
README
support.sh blocktest: make script more newbie-friendly 2012-09-07 14:25:46 +00:00
system.conf
test.sh blocktest: make script more newbie-friendly 2012-09-07 14:25:46 +00:00

Instructions on how to use blocktest:

1) compile it by running 'make'
2) read test.sh
3) edit and uncomment one line from test.sh
4) run './test.sh'
5) read the output in /var/log/messages