INFODISK 1.00 - IDE hard disk auto-detection

The archive infodisk.zip contains:

readme          This file

directory bin/  Executables and object files :
infodisk.exe    The executable itself (english version)
infodifr.exe    The executable itself (french version)
temps.tpu       Turbo Pascal Unit used to recompile it
timer.obj       Assembler object file used to recomile.

directory src/  Pascal and Assembler Sources :
infodisk.pas    Pascal source (english version)
infodifr.pas    Pascal source (french version)
temps.pas       Pascal source for the 'temps.tpu' unit
timer.asm       Assembler source for 'timer.obj'

The pascal version I used was TP6.0 (for french version, a time ago) and 
TP7.0 for the english one, yesterday. That's the reason why this executable
is bigger than the first one.
I used Turbo Assembler 2.0 for timer.asm, but as it's and old source, I
remember having assembled it with MASM 1.0 !

I've made this utility is simple to use because I needed it to configure
PCs. The syntax is given by INFODISK /?
Without any option, it automatically detects the 2 drives.
It accepts the following option: 
  /Dx to test only one disk, where x is the id of the disk to test (0 or 1).
  /Lxxx do have an hexa listing of the data from the disk. xxx is the number
        of bytes you want to dump (1 to 512, 128 by default).
  /I asks infodisk not to revert bytes from little endian to big endian.It's
     useful when you want an hexa dump.

Well, I don't think I forgot anything. As you can see, it's easy to use.        
Please let me know your modifications, bugs or questions at my e-mail address:

Willy TARREAU

p6ip329@cicrp.jussieu.fr        (till mid-september 1995)
or
willy@u40024.citi2.fr           (after this date).

You can also mail me at:

Willy TARREAU
23, rue Richepanse
78500 Sartrouville
FRANCE

