home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / nstar / gendoc.dqc / GENDOC.DOC
Encoding:
Text File  |  1985-02-09  |  2.5 KB  |  54 lines

  1.             GENDOC.DOC  11/03/82
  2.  
  3.           For North Star CP/M version 1.1.0 only.
  4.  
  5.        ***THROW AWAY PREVIOUS VERSIONS OF ALTFORM***
  6.        ***AND THE FORMAT & COPY PROGRAMS BELOW.  ***
  7.        ***ALWAYS USE THE NEW FORMAT & COPY PROGRAMS*
  8.        ***AND RETIRE THE ORIGINALS TO THE ARCHIVES**
  9.  
  10. See next to last paragraph regarding NEWFORM which adds the two new
  11. formats to your distribution version of North Star CP/M.
  12.  
  13.  
  14.  
  15. VERSION 1.1 OF NEWFORM IS FIXED SO THAT WHEN ACCESSING FILES ON
  16. A QUAD FORMATTED DISKETTE WITH THE ALTERNATE 80 TRACK FORMAT BUT
  17. WITH THE DISKETTE MOUNTED IN AN OCTAL DRIVE, CORRECT READING IS
  18. DONE FOR ALL 80 TRACKS.  FIX IS MADE IN GENUSR45 ALSO.  11/3/82
  19.                             RLP
  20.  
  21.  
  22. GENUSR45 is new version as of 11/3/82.  If anyone picked up a copy
  23. of this program prior to this date, it is strongly recommended that
  24. you start over with this new version.  GENSYS41 has been changed,
  25. and must be used instead of previous versions.
  26.  
  27. GENUSR45 supports an alternate format for 96 tpi drives when using
  28. North Star CP/M version 1.1.0.  The format byte is now D2H and gives
  29. a block size of 2kb instead of the 4kb in the North Star release.
  30. Both 96 tpi formats are supported.  So your system can read and write
  31. disks with either format. (As well as other defined formats in the
  32. N* release)  The block shift factor in the additional format is 4
  33. instead of the 5 skew factor in the N* format (F2H).
  34.  
  35. GENUSR45 also now supports an additional format for Quad drives that
  36. permits using 40 tracks per side.  This has been done in such a way
  37. as to retain the 35 track per side format and to provide complete
  38. compatibility between the two formats. You do not have to make all
  39. of your Quad disks either 35 or 40 track/side but can freely intermix
  40. them.  The format byte is D0H.
  41.  
  42. You will need a formatter that will generate the necessary formatting.
  43. See NEWFRMAT.COM for a formatter that will do this.  Also get a copy
  44. of NEWCOPY.COM from my system for a copy program that will tolerate
  45. the D0/D2H format bytes.  You can also put these additional formats into
  46. the distribution version of your CP/M system with NEWFORM.ASM without
  47. all of the other features of GENUSR.  It's a good idea to do this
  48. because your distribution version will not be able to read disks
  49. that you have written with these alternate formats otherwise.
  50.  
  51. For general information on GENUSR, see GENDOC30.DOC that accompanies
  52. GENUSR37 which is for the Lifeboat bios version of CP/M.
  53.  
  54.                     R. L. Plouffe