home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / atari / dcmtodsk.txt < prev    next >
Text File  |  1994-09-09  |  4KB  |  103 lines

  1. DiskCommunicator to SIO2PC partition converter
  2. ---------------- -- ------ -------------------
  3.  
  4. (5 minute documentation)
  5.  
  6. Problem:
  7.  
  8. DiskCommunicator chokes when trying to read or write SIO2PC partitions.
  9. This appears to be due to DiskCommunicator attempting to detect a "Happy"
  10. drive, and the SIO2PC responding with a response that DiskCommunicator
  11. does not understand.  This also appears to be a problem with the UltraSpeed
  12. OS+ and the Black Box OS, both also from Bob Puff.  Please note that I am
  13. not trying to place "blame" for the problem, just noting where it occurs.
  14.  
  15. Solution:
  16.  
  17. Rather than having to fight with virtual partitions and DiskCommunicator,
  18. I figured it would be easier to reverse engineer the DiskCommunicator format
  19. and convert the files to partitions myself under PC DOS instead.  The result
  20. is DCMTODSK.
  21.  
  22. Usage
  23. -----
  24.  
  25. Just type "DCMTODSK <diskcomm file> <SIO2PC file>" and the converter does
  26. the rest.  If there are any problems with the file, the converter will let
  27. you know.
  28.  
  29. Note
  30. ----
  31.  
  32. This program has not been widely tested, especially with double density
  33. DiskCommunicator files.  I am currently releasing this version as a beta,
  34. and hope to add additional functionality to it in the future.  This will
  35. depend on, of course, the response from the user community.  As is, it is
  36. a very rough, albeit functional, hack and lacks any serious error checking
  37. or user interface.
  38.  
  39. DISCLAIMER: THIS PRODUCT IS PROVIDED "AS IS", AND INCLUDES NO WARRANTEES.
  40. THE AUTHOR WILL NOT BE HELD RESPONSIBLE FOR ANY DAMAGES THAT OCCUR THROUGH
  41. THE USE OF THIS PROGRAM.
  42.  
  43. Now that that's out of the way, on to bigger and better things.
  44.  
  45. Revision Info
  46. -------- ----
  47.  
  48. 0.1 (beta) Initial release
  49. 7/24/94
  50.  
  51. 0.2 (beta) Fixed a major bug dealing with DiskComm files with sectors
  52. 9/7/94     greater than 512.  Any sector >512 would end up being written
  53.            back into the first 512 sectors of the partition. Fixed.
  54.            Thanks to Bill Kendrick for pointing this one out.
  55.  
  56.            Improved the speed of the partition zeroing routine.  This
  57.            removes most of the pregnant pause at the beginning after it
  58.            tells you what kind of disk you're converting.
  59.  
  60.            Increased output consistency.
  61.  
  62. Support
  63. -------
  64.  
  65. I can be reached through the Internet at nienna@tigger.indirect.com.  I also
  66. read the Info-Atari8 digest and comp.sys.atari.8bit newsgroup.  PLEASE
  67. mail me with any comments, suggestions, bug reports, or anything else of
  68. interest related to the Atari 8-bit.  I am especially interested in back
  69. issues of the Atari8 digest.
  70.  
  71. I can also be reached as "Phred" on the Star Net IV BBS (305-868-0211) or
  72. via US snail mail at:
  73.  
  74.     Jason Duerstock
  75.     10240 SW 96th Terr
  76.     Miami, FL 33176-2706
  77.  
  78. Future plans
  79. ------ -----
  80.  
  81. As mentioned above, I plan to add more robust error handling and possibly
  82. a user interface.  I also have code written to support SpartaDOS "SCOPY"
  83. files and may also add that to this program if there is sufficient demand.
  84.  
  85. Final note
  86. ----- ----
  87.  
  88. As this is a beta, I am not currently asking for any shareware fees or the
  89. like.  However, I will certainly not refuse any donations, be they financial
  90. or in the form of hardware or software.
  91.  
  92. To Nick Kennedy, if you can read this: thanks for the great SIO2PC!  The
  93. registration should be on its way to you any day now.  If you are interested
  94. in including this and/or SCOPY support in the SIO2PC, just let me know and
  95. I'll be glad to let you know how the file formats are set up.
  96.  
  97. Well, I guess that's it for now.  Oh, one other thing: if anyone has ANY
  98. information on the various SIO commands for the "Happy" drive, PLEASE PLEASE
  99. _PLEASE_ let me know.  I want to know how these work, and I would be VERY
  100. interested in integrating them into a version of SIO2PC.
  101.  
  102. Okay.  That's really it for now.  I hope to hear from everyone soon!
  103.