home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / disk / misc / vdisk / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-22  |  1.5 KB  |  63 lines

  1. .name
  2. VDisk
  3. .type
  4. OS Utility
  5. .short
  6. ASDG-ram like recoverable ram drive
  7. .description
  8. vdisk.device is a driver for a recoverable RAM disk. It started 2 years
  9. ago as a hack of ASDG-RAM (written by Perry S. Kivolowitz).  These hacked
  10. versions (1.3 -> 1.12) were not distributed.  As of version 2.0, it has
  11. been entirely rewritten, with many new features added :
  12.  
  13.  - Up to 16 units with virtually unlimited size (512 MB)
  14.  - Dynamic memory allocation and (optionnaly) deallocation
  15.  - Full support of all AmigaDOS Filesystems.
  16.  - Will survive the heaviest system crashes as long as its own data is not 
  17.    corrupted.
  18.  - In case of a recovery failure, the cause can be reported by a support
  19.    command.
  20. .version
  21. 2.5
  22. .date
  23. 1994.12.29
  24. .author
  25. Etienne Vogt
  26. .requirements
  27. Requires OS2.04+
  28. .distribution
  29. Freeware
  30. .email
  31. vogt@mesiob.obspm.fr
  32. .tested
  33.  - A500 68000 ECS , 1 Mb Chip 2 Mb Fast , WB 2.04 -> 3.1
  34.    20 Mb IDE-XT + 170 Mb SCSI HDs
  35.  - A3000 68030 ECS, 2 Mb Chip 8 Mb Fast , WB 2.04 -> 3.1
  36.    100 Mb + 1 Gb SCSI HDs
  37.  - A500 68040(PP&S) ECS , 1 Mb Chip 2 Mb Fast16 8 Mb Fast32 , WB 2.04
  38.    50 Mb SCSI HD
  39.  - A4000 68040 AGA, 2 Mb Chip 8 Mb Fast , WB 3.0
  40.    120 Mb IDE HD
  41. .docs
  42. vdisk.doc
  43. vdisk_fr.doc
  44. .described-by
  45. Dan Fish (daf@daffy.amigalib.com)
  46. .submittal
  47. Downloaded via ftp from wuarchive.wustl.edu.
  48. .aminet-dir
  49. disk/misc
  50. .execute
  51. set choice `RequestChoice "VDisk" "Please select an option" "View French Docs" "View English Docs" "Cancel"`
  52. if $choice EQ "0"
  53.   quit 5
  54. endif
  55.  
  56. if $choice EQ "1"
  57.   metatool vdisk_fr.doc TEXT
  58. endif
  59.  
  60. if $choice EQ "2"
  61.   metatool vdisk.doc TEXT
  62. endif
  63.