Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

Hi,

These are the block devices demos.

- THEY DO NOT WRITE ON YOUR HD, so they are not dangerous.

- They do not require a FAT16 Filesystem.


idetest0:
The demo identifies your Hard Disk characteristics and prints it on
the screen.

idetest1:
The demo identifies all the partitions of your HD.

idetest2:
The demo allows you to select a sector on the HD and to read it.

idetest3:
The demo reads a random sector and then it writes it in the same position.

idelin:
The demo reads 16Mb of data from the HD. The data is read block by
block, linearly.

idernd:
The demo reads 512Kb of data from the HD. The data is read block by
block, randomly.

Enjoy,

PJ