home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol054 / ttsddj.hlp < prev    next >
Encoding:
Text File  |  1984-04-29  |  3.4 KB  |  139 lines

  1. ttsddj.hlp
  2. Bring CP/M 2.2 up on the Single Density Disk Jockey
  3. Files required
  4. Author / Programmers credits
  5. Help file version information
  6. :ttsddj.hlp
  7.  
  8.     This is ttsddj, which stands for:
  9.  
  10.  
  11.         Thinker
  12.         Toys
  13.         Single
  14.         Density
  15.         Disk
  16.         Jockey
  17.         
  18.             .hlp 
  19.  
  20.                 hlp being the file type for a help file
  21.  
  22.  
  23. :Bringing CP/M 2.2 up on the Thinker Toys Single Density Disk Jockey
  24.  
  25. 1. Modify TTCBIOS.ASM for your console and other I/O
  26.  
  27. 2. Make sure that MSIZE is set equal to 20 in both TTCBIOS.ASM & TTBOOT.ASM
  28.  
  29. 3. Assemble both TTCBIOS & TTBOOT
  30.  
  31. 4. You will need a copy of a 20K version of CP/M 2.2, use SYSGEN to get a
  32.    copy off of your master CP/M disk and save it as a COM file:
  33.  
  34.     A>SYSGEN
  35.     SOURCE DRIVE (OR RETURN TO SHIP) B
  36.         SOURCE ON B, THEN TYPE RETURN
  37.     FUNCTION COMPLETE
  38.     DESTINATION DRIVE NAME (OR RETURN TO REBOOT)
  39.  
  40.     A>SAVE 35 CPM20.COM
  41.  
  42. 5. Now we can insert our 'customized' boot & cbios into this 20K version
  43.    of CP/M using DDT.COM:
  44.  
  45.     A>DDT
  46.     DDT VERS 1.4
  47.     -ICPM20.COM
  48.     -R
  49.     NEXT  PC
  50.     2400 0100
  51.     -ITTBOOT.HEX
  52.     -R880
  53.     NEXT  PC
  54.     2400 0100
  55.     -ITTCBIOS.HEX
  56.     -RD580                  (for systems larger than 20K this value will
  57.     NEXT  PC         change. Use the value of OFFSET from TTCBIOS)
  58.     2400 0100
  59.     -^C
  60.     A>SAVE 35 CPM20NEW.COM
  61.     A>SYSGEN CPM20NEW.COM     (Put a clean disk to receive the new CP/M 2.2
  62.     SYSGEN             system into drive B)
  63.     DESTINATION DRIVE NAME (OR RETURN TO REBOOT)B
  64.     DESTINATION DRIVE NAME (OR RETURN TO REBOOT)
  65.     A>
  66.  
  67. 6. You should now take your 'new CP/M 2.2 disk' from drive B, insert it
  68.    into drive A, and boot your system.  
  69.  
  70. 7. Your CP/M 2.2 Single Density Disk Jockey system should sign on.
  71.  
  72. 8. Now try saving files with the save command and see if they appear in
  73.    the directory.  Try using ^C to Warm boot.  If everything works ok,
  74.    you're on your way with CP/M 2.2 on the DJSD system.
  75. :Files Required
  76.  
  77.         The files required to bring CP/M 2.2 up on the
  78. single density Thinker Toys disk jockey are:
  79.  
  80.  
  81.         TTBOOT.ASM    Cold boot loader 
  82.  
  83.         TTCBIOS.ASM    The source for the Basic I/O system
  84.                 
  85.         TTSDDJ.HLP    This Help file  (Optional)
  86. :Author / Programmers Credits
  87.  
  88.  
  89.     Full credit should be given to the original cbios and hardware
  90. creators:
  91.  
  92.         Thinker Toys
  93.         5221 Central Ave
  94.         Richmond, CA 94804
  95.  
  96.     
  97.     The original CP/M 1.4 cbios was re-written / modified for CP/M 2.2
  98. and minimized to fit smaller area provided by CP/M 2.2 (compared to 1.4) by:
  99.  
  100.         Jack Burge
  101.         518-A Fifth Street
  102.         East Northport, NY 11731
  103.  
  104.  
  105.     The MSIZE, DELTA, CCP Equates to allow easy changing of the system
  106. size came from excellent software written by:
  107.  
  108.         TKI   (The Kendall Institute)
  109.         Bruce Kendall
  110.         334-A Camille Ct
  111.         Mountain View, CA 94040
  112.     
  113.  
  114.     All I did was put everything together, patching TKI's equates into
  115. software re-written by Jack Burge.  These equates by TKI REALLY simplify
  116. changing system size.  The ideas and design of the section 'Bringing CP/M 2.2
  117. up...' is from Bruce Kendall.  I liked Bruce's design, so I used it.
  118.  
  119.     I also created this hlp file and accept a small credit for the ease 
  120. with which this software can now be implimented following the instructions
  121. in this file.  It wasn't so quick or easy for me.  I'm trying to make it easier
  122. for others.  I hope I have succeeded.
  123.  
  124.         Henry B. Rothberg
  125.         1 Laticrete Park
  126.         Bethany,  CT 06525
  127. :Help file version information
  128.  
  129.  
  130.         File:        TTSDDJ.HLP
  131.  
  132.         Version:    1.0
  133.  
  134.         Creation date:    1/12/82
  135.  
  136.         Revision date:     
  137.  
  138.         Author:        Henry B. Rothberg
  139.