home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / RUN96.ZIP / RUN96.DOC < prev   
Encoding:
Text File  |  1987-01-27  |  2.2 KB  |  55 lines

  1. RUN96.ARC
  2.  
  3.    FORMAT96.COM
  4.    FORMAT96.PAS  ....formats 720k diskettes in ds dd 96 tpi drive
  5.                      on PC compatible.
  6.  
  7.    new96.dvd     ....device driver to read and write these 720k disks
  8.                      on PC compatible
  9.  
  10.    new96.asm     ....source for above driver, derived from Zenith
  11.                      MS-DOS 2.11 bios, Copyright 1983-4, Zenith
  12.                      Data Systems
  13.  
  14.  
  15. If you have some 96 tpi drives left over from your CP/M days, here's
  16. a way to put them to good use on your Z-150. They will provide 720k
  17. each of storage under DOS 2.11 or higher.
  18.  
  19. 1) Your cable with 34 pin plug will plug onto the extra plug
  20.    inside on the Z-150 disk controller. If you have a Z-158,
  21.    you'll have figure out how to daisy-chain it to existing
  22.    drive cables, since there is only one plug. If you have the
  23.    37 pin DB connection on the back of the disk controller, you
  24.    don't have a Zenith, but once you figure out the hardware,
  25.    the software will work fine.
  26.  
  27. 2) For the Z-150 configure the drives as DS0 and DS1, NOT
  28.    DS2 and DS3.
  29.  
  30. 3) Edit the config.sys file on boot disk to include
  31.    DEVICE=NEW96.DVD
  32.  
  33. 4) Copy the device driver NEW96.DVD onto the main directory of the
  34.    boot disk.
  35.  
  36. 5) Boot the system and format some disks using FORMAT96.COM.
  37.  
  38. 6) Please note that the Z-150 believes the drive numbers set on the
  39.    system board. I declare only two disk drives, and that's all that
  40.    DOS knows about directly. The external drives are handled via
  41.    the device driver above. The Z-158 is a little different. It does
  42.    a hardware check instead of checking switches, so it will try to
  43.    use the external drives as C: and D: respectively. Without other
  44.    drives about, the driver would use the external drives as E: and
  45.    F:. One solution is to use one of the preboot programs that lie
  46.    about the hardware extant. Otherwise, be careful not to use the
  47.    drives C: and D:
  48.  
  49. 7) If you use DOS 3.2 or higher, you don't need these files, since the
  50.    ability to use 96 tpi coincides with the 3.5" support.
  51.  
  52. 8) See the assembly listing for information on customizing.
  53.  
  54. Clarence Wilkerson  January 27, 1987
  55. Released for non-commercial usage only.