home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / compuserve / P-Code / PSTART.DOC < prev    next >
Text File  |  2006-10-19  |  4KB  |  98 lines

  1.  
  2.       Documentation for PSTART.DCP             Jerry Coffey  9/21/86
  3.  
  4.      This is a starter disk for TI P-system users.  It requires 338 sectors of
  5. space to download.  After downloading with Fast-Term or equivalent, use the
  6. program DCOPY to restore it to a blank SSSD disk.  DCOPY is in program image
  7. format and can be run from E/A option 5 (Run Program File).  The resulting
  8. disk will be recognized by either the P-system or TI-DOS (XBasic) since it
  9. contains valid directories for BOTH systems.   
  10.  
  11.      Backup the disk by sector copy only.  The TI files can be copied
  12. individually under TI-DOS and the P-system files can be T)ransferred using the
  13. F)iler.  The pseudofiles "TI-DIR" and "PASCAL" cannot be copied individually
  14. since their parameters have been altered.  TI-DIR appears as a BAD file on the
  15. P-system directory and serves to keep the system from overwriting the sectors
  16. reserved for the TI directory.  PASCAL is the usual pseudo file name that
  17. appears when a P-system disk is cataloged under TI-DOS.  However it does not
  18. occupy the whole disk in this case.  The parameters of PASCAL have been fixed
  19. to be consistent with the bitmap which actually controls the allocation of
  20. space.  Copying this file will give garbage and deleting it will chew up the
  21. bitmap.  LEAVE IT ALONE! 
  22.                                             
  23.      The TI-DOS portion of the disk contains the FairWare utility programs
  24. used to create the disk.  They are combined in an XB/AL program called PUTIL.
  25. There is also a LOAD program for XBasic which will print the PUTIL docs, run
  26. the program, or boot the P-system.  Other TI files are PROMO2 (a brief
  27. description of the disk) and TEPNEWDOC (a DV80 file covering the new features
  28. of TEP.
  29.  
  30.      Under the P-system the other portion of the disk is accessible.  From the
  31. Filer you can transfer any of the following files to standard P-system disks
  32. -- (they are all editable TEXT or executable CODE): 
  33.  
  34. CHECK.CODE
  35.  
  36.     This short Pascal program polls the drives in the P-system to let the
  37.     system read any format the hardware can handle.  Use to read all formats
  38.     from a MYARC controller.   
  39.  
  40. CHECK.TEXT
  41.  
  42.     Source code for Pascal program CHECK.
  43.  
  44. COPY.CODE
  45.  
  46.     This simple Pascal disk copier will clone ANY TI format disk (including
  47.     MYARC 80 track format).
  48.  
  49. COPY.SRC
  50.  
  51.     Source code for the Pascal program COPY.  Program backs up 2880 sector disk
  52.     in about 5.7 minutes.
  53.  
  54. TEP.CODE
  55.  
  56.     Andy Cooper's terminal emulator for ti99/4a running ucsd p-system. Supports
  57.     DEC vt52 and xmodem protocol.  June 1986 upgrade.
  58.  
  59. TEPDOC.TEXT
  60.  
  61.     Documentation for original (Sept. 1985 version) of TEP.
  62.  
  63. DV80P.CODE
  64.  
  65.     This program will read a D/V 80 file from a TI disk and then transfer it to
  66.     a TI Pascal disk. It will be given the .TEXT suffix so that it can be
  67.     edited or compiled.
  68.  
  69. SYSTEM.CHARAC
  70.  
  71.     Dave Ramsey's character set for the P-system.  Put this DATA file on your
  72.     boot disk as SYSTEM.CHARAC to autoload the lower case set. Similar to Paul
  73.     Charlton's most recent character set for Fast-Term.
  74.  
  75. PEEKIN.CODE
  76.  
  77.     This P-system memory reader was written by Dave Ramsey of the MANNERS UG.
  78.     Similar to DISKO, it is set up for the  TI 40 col screen and complements
  79.     PATCH - (the standard memory dump Utility).     Addresses must be preceded
  80.     by a "mode" indicator i.e. "i" for integer or "h" for hex --> h37D7 etc.
  81.  
  82. R1/1200PIO.CODE
  83.  
  84.     P/9900 code program sets REMIN/REMOUT to port #1 at 1200, and PRINTER to
  85.     PIO.  Other parameters suitable for TEP.
  86.  
  87. R1/300PIO.CODE
  88.  
  89.     P/9900 code program sets REMIN/REMOUT to port #1 at 300, printer to PIO.
  90.     Other parameters suitable for TEP.
  91.  
  92.  
  93.   ---- and a few others ---- 
  94.  
  95.       ENJOY!
  96.  
  97.         Jerry
  98. `