home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / northstr / 8210-1.txt < prev    next >
Text File  |  1988-02-09  |  9KB  |  224 lines

  1. 16-Oct-82 00:36:00,4615;000000000000
  2. Date: 16 October 1982 02:36-EDT
  3. From: Frank J. Wancho <FJW at MIT-MC>
  4. Subject:  80 TRK Mod and "N" drives
  5. To: NORTHSTAR-USERS at MIT-MC, INFO-CPM at BRL
  6.  
  7.     I have followed the directions given below for the 80 track mod and
  8.     all seems to work!
  9.  
  10. --Frank
  11. --------------------
  12.  
  13. El Paso, Tx, 14-Oct-82
  14.  
  15. The following is a description on how to use full 80 track
  16. capabilities of disk drives like the TANDON TM 100-2 on a North Star
  17. CP/M system using North Star CP/M 2.2 Release 1.1.0.  The
  18. modifications worked when I checked it out initially, but only
  19. constant use of the 80-track system will reveal any bugs.  Therefore,
  20. I can assume no liabilities whatsoever, nor guarantee that the mod
  21. will work for your particular system in any way.
  22.  
  23. If you are NOT using dual sided drives capable of stepping 40 tracks
  24. per side, or if you are NOT using North Star's CP/M rel. 1.1.0 QD,
  25. then it is time for you to hit Control-C, otherwise read on.
  26.  
  27. The following steps will guide you through the modification:
  28.  
  29. 1.  Prepare a SYSGEN image of the system you are currently using and
  30.     name it SYS70.COM.
  31.  
  32. 2.  Load SYS70.COM using  A>DDT SYS70.COM.
  33.  
  34. 3.  With the "S" command in DDT make the following changes:
  35.  
  36. -S2C05
  37. 2C05 22 27 <= change max front side track from 34 to 39 (decimal)
  38. 2C06 ?? .
  39. -S2C0B
  40. 2C0B 23 28 <= change max number of tracks/side from 35 to 40 (decimal)
  41. 2C0C ?? .
  42. -S3013
  43. 3013 A9 C2 <= change disk length (max CP/M sector)
  44. 3013 ?? .
  45. -^C
  46. A>SAVE 70 SYS80.COM
  47.  
  48. 4.  Execute the file SYS80.COM and put the modified system on drive
  49.     A:, then cold-boot.  Your CP/M is now set up to utilize all 80
  50.     tracks on a 48 TPI DSDD drive.  Please note than NO conversion is
  51.     needed to use all 160 Tracks on a 96 TPI drive (such as TM 100-4).
  52.  
  53. 5.  >>>>> IMPORTANT <<<<<
  54.     You are now accessing uninitialized areas of a diskette.  You will
  55.     have to convert all your diskettes from 70- to 80 tracks!  To do
  56.     this, you will have to transfer the contents of one DSDD disk to
  57.     two SSDD disks using the 70 TRACK SYSTEM, and then copy the files
  58.     back to a freshly formatted disk using the 80 TRACK SYSTEM.  While
  59.     this may be somewhat confusing and quite time-consuming, I think
  60.     it is worth doing, since you get an extra 50k per diskette for
  61.     your efforts.  The tradeoff is incompatibility of DSDD diskettes
  62.     with others.  To remedy that, either exchange only SS disks, or
  63.     reformat them when necessary.
  64.  
  65. To further test this modification, I will soon convert all disks on
  66. the B: drive of the El Paso RCPM to 80 tracks.
  67.  
  68.                         Happy hacking!
  69.  
  70.  
  71. Oh, and many thanks to whoever enabled me to do this by providing me
  72. with some insight into the workings of the BIOS.....
  73.  
  74.  
  75. El Paso, Tx, 14-Oct-82
  76.  
  77. This file contains information on how to convert North Star's
  78. FORMAT.COM to format 80 track drives.  As with NS80TRK.MOD, these
  79. modification are tested but can NOT BE GUARANTEED TO WORK FOR YOU!
  80.  
  81. 1.  Modification of FORMAT.COM (for N* CP/M 2.2 rel 1.1.0. ONLY!!!)
  82. for use with a modified CP/M BIOS which allows 80 track drives:
  83.  
  84. This is the sequence of commands to do it:
  85.  
  86. A>DDT FORMAT.COM
  87. ....
  88. -S1EB
  89. 01EB 45 4F  <= change max track from 69 to 79
  90. 01EC ?? .
  91. -S72E
  92. 072E 37 38  <= change display so it says "... 80 tracks..."
  93. 072F ?? .
  94. -^C
  95. A>SAVE 9 FORMAT80.COM
  96.  
  97. This completes the conversion.  Note that FORMAT will still correctly
  98. format single-sided diskettes.
  99.  
  100.  
  101. 2.  North Star has an undocumented feature in rel. 1.1.0.  This
  102.     feature is the so-called "Nine"-drives.  That means that N* CP/M
  103.     2.2, rel 1.1.0.  is able to control 96 TPI drives.  I have not
  104.     been able to check this out, but see no reason why it shouldn't
  105.     work.  You HAVE TO designate a 96 TPI drive as such and will not
  106.     be able to use any other than a 96 TPI diskette on it.  To do
  107.     this, answer the DRIVE-question in CPMGEN with a "N" instead of
  108.     "D" or "Q".  (You can't fool the system - have to have a real 96
  109.     TPI dual sided drive!)
  110.  
  111.     In order to format a diskette in "N"-format, you have to modify
  112.     FORMAT.COM.  FORMAT.COM is already prepared to handle N-drives.
  113.     It will even offer this function if you respond with "9" when
  114.     asked for the disk format.  However, it's internal workings
  115.     require your response to be "N", which is normally rejected.  To
  116.     make it accept "N" instead of "9" and be able to format N-drives,
  117.     use DDT to change byte 01F9H from 39H to 4EH.  Then you'll be able
  118.     to use FORMAT.COM with 96 TPI drives.
  119.  
  120.                         Again,
  121.                             Happy hacking!
  122. 17-Oct-82 02:19:00,3449;000000000000
  123. Date: 17 October 1982 04:19-EDT
  124. From: Greg Heise <AUTHOR at MIT-MC>
  125. To: NORTHSTAR-USERS at MIT-MC
  126.  
  127.      More notes from North Star land...
  128.  
  129.      1.  There are three 74LS123s on the double density 
  130. controller board.  Two of them (5A and 1B) are used in the 
  131. density detection circuitry.  It turns out that some 123's aren't 
  132. fast enuf for the circuit.  In order to insure operation, these 
  133. MUST be either: a straight TI, a National with a star after the 
  134. date code, or a Signetics with an "A" suffix.  If you're not 
  135. having trouble now, it's probably not worth bothering, but if you 
  136. start getting bizarre errors and disk-related system hangs, look 
  137. here first.  I first heard about this in March of '80, but since 
  138. I am still seeing Horizons with this bug, I suspect every one 
  139. will eventually fail.
  140.      
  141.      2.  There is a modification to Advantages to improve 
  142. grounding ON THE AC LINE.  N* suggests that it be done on ALL
  143. Advantages immediately.  The mod requires a fix kit from N*.  
  144. It's free.
  145.  
  146.      3.  N* has released their version of a solution to the 
  147. HD18/parallel printer problem (it's in rel 1.1.0 of CP/M).  I can 
  148. upload if anyone cares.  N* CP/M supports both the 5 meg and the 
  149. 18 meg hard disk standard, but not both at the same time (someone 
  150. asked).
  151.  
  152.      4.  There is a problem with certain Advantage monitor boards 
  153. which have a slow-blowing capacitor.  If this one goes, it chain 
  154. reacts through the monitor board, giving you the classic mushroom 
  155. cloud.  To see if you have this problem, turn the screen control 
  156. knob on the back of the ADV up full.  If there is a bright 
  157. vertical band about a third of the way from the left screen 
  158. border, CALL N* AND HAVE THEM CHECK YOUR SERIAL NUMBER!  
  159. Unfortunately, I don't have this field notice in front of me, so 
  160. I can't tell you what range the serial numbers fall into.
  161.  
  162.      5.  N* has released a new rev of their applications software 
  163. timesharing system.  As near as I can tell, the only substantive 
  164. change is that the spooler works now.
  165.  
  166.      6.  As some of you may know, the 1.1.0 release of CP/M 
  167. supports the new double-track-density drives.  If you have the 
  168. new drives you have to change one byte in the FORMAT program to 
  169. get 784K free space on one 5 inch drive.
  170.  
  171.      7.  Rumor has it that BSG (who wrote NorthWord) wrote 
  172. NorthWord II but N* bounced it (3 times, yet!) so BSG got sick of 
  173. trying to please Chuck Grant and decided to throw it out in the 
  174. market themselves.  So BSG has now given us "WordWizard."  Some 
  175. of us ancient ones may remember WordWizard as the name of a 
  176. particular program that was put out by Processor Technology 
  177. (makers of the Sol) before their confusing demise -- and yes, 
  178. it's the same people: when N* first introduced NorthWord, I 
  179. called it WordWizard to their faces and they changed the subject 
  180. REAL FAST.  The new incarnation of NorthWord/WordWizard/NorthWord 
  181. II (call it what you will) runs only on Advantages, and has most 
  182. of the limitations of NorthWord, but it spools, uses printers 
  183.  
  184. more intelligently, and makes very good use of the Advantage 
  185. graphics.  There is also a spreadsheet available now, and 
  186. something called InfoManager II is obliquely referred to.  I 
  187. haven't used it, but here nevertheless I make An Opinion: don't 
  188. bother -- accept the awful command set of The Final Word or 
  189. (worse) WierdStar, and count your blessings.
  190.  
  191.      -- Greg
  192. 19-Oct-82 14:52:00,677;000000000000
  193. Date: 19 Oct 1982 1652-EDT
  194. From: ELIOT at MIT-DMS (Eliot Scott Ramey)
  195. To: fjw at MIT-MC
  196. Cc: info-cpm at BRL, northstar-users at MIT-MC
  197. Subject: A better way to 80 tracks
  198. Message-id: <[MIT-DMS].246812>
  199.  
  200.     I passed Sigi Kluger's NS80TRK.MOD file on to Bob Plouffe.
  201. After looking at it he quickly saw a need for compatibility with
  202. 70 tracks.  He therefore has a file that will easily enable one
  203. to patch his NS BIOS for handling BOTH 70 and 80 tracks.  I will talk
  204. to Bob and see how he wants to go about getting it to MIT.
  205. (I still have to ask him about a bug I am encountering with
  206.  ZCPR/NZCPR, so right now it works for standard CCP only)
  207.  
  208.                     -Eliot at Mit-DM
  209. 19-Oct-82 18:47:00,571;000000000000
  210. Date: 19 Oct 1982 2047-EDT
  211. From: ELIOT at MIT-DMS (Eliot Scott Ramey)
  212. To: fjw at MIT-MC
  213. Cc: northstar-users at MIT-MC, info-cpm at BRL
  214. Subject: Plouffe's 80 trk mod
  215. Message-id: <[MIT-DMS].246841>
  216.  
  217.     After pointing out my previously stated problem to RLP, he
  218. promptly found the error and now has his 80 trk mod set up so there
  219. is no dependence on CCP.  I assume when he has completed it all, he
  220. will upload the file so all N* users can benefit from it.  Remember,
  221. with this you don't have to have 2 copies of CPM, one for each config.
  222.  
  223.                         -Eliot at Mit-DM
  224.