home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG049.ARK / CDOSCOPY.DOC < prev    next >
Text File  |  1984-04-29  |  1KB  |  33 lines

  1. CDOSCOPY  operates  as a literal copy utility.  The  disks  are 
  2. first  logged in and then the program flow (and constants)  are 
  3. adjusted  to reflect the number of logical blocks on  the  disk 
  4. (its storage capability). With S/D S/S disks it operates on all 
  5. tracks,  but  with all others does not necessarily transfer the 
  6. boot loader.
  7. It  has  not been tested with 5" disks and the code  will  need 
  8. minor mods to effect their copy. These mods should take 5 or 10 
  9. minutes.
  10.  
  11. Trevor Marshall,
  12. 26 Mirrelia Way, Ferndale, Western Australia 6155
  13. phone International (619)4576049   or national (09)457 6059
  14. 14 December 1980
  15.  
  16. Notes by Chuck Weingart:
  17.  
  18. To change to 5" disks do the following:
  19. 1. Change ITRK if desired, change LTRK to 39, the largest track.
  20. 2. Find the string "1BH" and change to "13H", the max sectors/
  21.    track + 1.
  22. 3. Find SDMAP, at the end of the program, and change the table
  23.    to an appropriate skew for 5". I suggest 1,6,11,16,3,8,13,18,
  24.    5,10,15,2,7,12,17,4,9,14
  25.  
  26. To change to a different memory capacity:
  27. Find the string "-8000H" and change to a value that is within
  28. the user area of your CDOS. 8000H is 32K, and will require at
  29. least a 48K CDOS. If you dont know how much space you have in
  30. your system, use the value given by CDOSGEN as the start of
  31. CDOS, and round it downward at least to the nearest multiple
  32. of 1000H.
  33.