home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug022.arc / DDFPAT.DOC < prev    next >
Text File  |  1979-12-31  |  4KB  |  111 lines

  1. DDFPAT (MULTIPLE FORMAT SUPPORT FOR DDFORMAT) DOCUMENTATION
  2. by Julian Loke, 1986 July 06
  3. No distribution for profit without author's express permission.
  4.  
  5.  
  6.                           INTRODUCTION
  7.  
  8.      With  the  capability of using powerful  utilities  such  as
  9. SETDRIVE, SETDISK, SDR, DRIVESET, etc., etc., on my MicroBee 56k,
  10. it seemed sad that it was not possible to format disks compatible
  11. with other machines,  such as the ubiquitous and widely supported
  12. KAYPRO II.  This  situation  does  not  exist for  a  some  other
  13. machines in the market.
  14.  
  15.      The  DDFORMAT.COM utility provided with my  system  produces
  16. disk  formats with 10 sectors per track,  40 tracks per  side,  2
  17. sides per disk.   It is a relatively simple matter to patch it to
  18. produced  formats  compatible with machines using 10  sector  per
  19. track  formats.   Fortunately the KAYPRO II (SSDD) and the  AMPRO
  20. (DSDD) are systems fitting this description.
  21.  
  22.      So,  to produce disks compatible with a Kaypro II system,  I
  23. can now type:
  24.                      A>ddformat kaypro2
  25.  
  26.  
  27.                          USAGE AND NOTES
  28.  
  29.      The  syntax for the patch appears below:
  30.  
  31.                      DDFORMAT [ M | K | A ]
  32.  
  33. 1)   No parameters:   A  menu  showing the options  available  is
  34.           displayed.    Pushing   the  appropriate  key  (M   for
  35.           Microbee,  K for KayproII, and A for Ampro) will set up
  36.           the  program  for the required system.   Typing  Ctrl-C
  37.           aborts the program.
  38.  
  39. 2)   Parameter  M,  K,  A:   The  patch program will  select  the
  40.           correct data for the corresponding system, and DDFORMAT
  41.           will run in a manner akin to the unpatched version.
  42.  
  43. 3)   Parameters other than M, K, A:  The program behaves as if no
  44.           parameter had been entered, and the menu is displayed.
  45.  
  46.  
  47.                    FURTHER NOTES AND DISCLAIMER
  48.  
  49.      Disk formats produced using this method ARE NOT THE SAME  as
  50. those  produced  on the proper  target  machines.   However,  the
  51. formats are COMPATIBLE with the appropriate target machine, which
  52. can read and write data/text on the disk.  Of course they are not
  53. "system" disks, and so cannot be used for booting.  Despite this,
  54. there is no problem with using them as TRANSFER disks.
  55.  
  56.      There  is  only one new error message produced by the  patch
  57. program.   A  "Bad  Version"  error results if  your  version  of
  58. DDFORMAT.COM  is not one of the two supported.   If this  is  the
  59. case,  then  a new patch program will have to be written.
  60.  
  61.  
  62.                       INSTALLING THE PATCH
  63.  
  64.      The  two  versions of DDFORMAT.COM supported  use  the  same
  65. installation sequence.   Before you start, make sure that you are
  66. NOT altering your system disk.   Work with backup copies.  You'll
  67. need the following files:
  68.  
  69.                DDFORMAT.COM        Your original copy, of course!
  70.                DDFPAT.HEX          The patch program itself
  71.                DDT.COM             A standard CP/M utility
  72.  
  73.      Use  the following sequence of commands to produce the  file
  74. NDDF.COM,  which you will rename later.  Note that the letters in
  75. lower case are to be typed by the user:
  76.  
  77.                A>ddt ddformat.com
  78.                DDT VERS 2.2
  79.                NEXT  PC
  80.                0500 0100
  81.                -iddfpat.hex
  82.                -r
  83.                NEXT  PC
  84.                0688 0000
  85.                -g0
  86.  
  87.                A>save 6 nddf.com
  88.                A>_
  89.  
  90.      Now,  test  the  formatting program using a blank disk  (NOT
  91. the disk with your precious public domain software on  it!),  and
  92. the  NDDF command.   Once you are satisfied with the new program,
  93. rename it to DDFORMAT.COM using the following commands:
  94.  
  95.                A>era ddformat.com
  96.                A>ren ddformat.com=nddf.com
  97.                A>_
  98.  
  99.  
  100.                  ACKNOWLEDGEMENTS AND ENQUIRIES
  101.  
  102.      Thanks  to  Mirko  Fluher for his help  and  advice  in  the
  103. development and testing of this software.
  104.  
  105.      If you have any enquiries,  requests for source, etc, please
  106. feel free to get in touch with for me either via the magazine, or
  107. via the MBUG bulletin board (7*24h (03)-882-1571).
  108.  
  109.  
  110. END OF DOCUMENTATION
  111.