home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / compuserve / P-Code / 4DPSYS.TXT next >
Text File  |  2006-10-19  |  2KB  |  41 lines

  1.  
  2.                        FOUR DRIVES FOR THE P-SYSTEM 
  3.  
  4.    These programs are adapted from source code provided by Anders Persson to
  5. run on either the Corcomp or Myarc floppy disk controllers.  Used as
  6. directed, they will install a fourth floppy drive as Unit #10 on system
  7. startup and any time the system is Initialized.  The program SYSTEM.STARTUP
  8. checks the format of the boot disk and calls the program AUTOST.CODE.  With
  9. the Myarc controller, SYSTEM.STARTUP must be on first track of the boot disk
  10. -- it replaces the program of the same name on the UBOOT disk.  AUTOST.CODE
  11. does a series of steps to initialize the system (prompts for and sets system
  12. date, sets the system pointers for I/O unit #10, sets the com ports and the
  13. default volume).  This program in turn calls CHECK.CODE which polls the
  14. drives and determines and reports the disk format of each volume.  This last
  15. step is necessary to use the full capabilities of the Myarc controller. 
  16.     
  17.    The programs are available in two forms.  The first, PSW4, is a
  18. compressed, DCOPYed image of a P-system disk containing the three programs
  19. with source code.  If you are using UBOOT, replace SYSTEM.STARTUP and add
  20. the other two executable files from PSW4 to your boot disk.  BOOTGN440 is an
  21. upgraded boot disk, coded using DCOPY and compressed with ARCIIv2.4.  It
  22. contains several other files from the Swedish Pascal disk, including the
  23. enlarged SYSTEM.LIBRARY (includes COMMANDIO and SCREENOPS units) and
  24. SYSTEM.PASCAL as well as a DFORMAT utility that works for double-sided disks
  25. on any controller and 80 track disks (using the Charlton quad eprom on the
  26. Myarc controller).  NOTE that the location of SYSTEM.PASCAL depends on its
  27. size and cannot be changed if the disk is to function with all Myarc
  28. eproms. 
  29.  
  30.    The procedure to recover the files is the same in either case.  The
  31. downloaded file should be decompressed and unpacked with ARCIIv2.4 (or
  32. v2.3).  The result is a DCOPY image which can be recovered, using that
  33. utility, as a P-system format disk (360 sectors for PSW4 and 1440 sectors
  34. for BOOTGN440).  The PSW4 files can then be added to your boot disk.  For
  35. BOOTGN440, your other system files can be added to the recovered disk if you
  36. are using 40 track drives or copied in order to a Zeroed 80 track disk (no
  37. duplicate directory) to create a new quad (2880 sector) boot disk. 
  38.  
  39.                                              Jerry Coffey -- June 1988
  40.  
  41.