home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcjr / jrdrive2.lzh / 2ND-DRV.HLP next >
Text File  |  1986-07-22  |  3KB  |  63 lines

  1.  
  2.               This is an attempt to try to show how the Home Compute
  3.          Magazine article dated September 1984 allows the PCjr to add
  4.          a second disk drive. The article is very complete and to the
  5.          point but a few minor changes have been added that seem to
  6.          help in my case at least.The two chips that are added as
  7.          piggybacks are 74LS10 and 74LS175. If you use an open
  8.          collector like the 7412 (not 74LS12) it seems to handle a lot
  9.          of different drives including both half heights and full
  10.          heights. Everything else is identical to the original
  11.          article.
  12.               I talked to some one that said the drive addition did
  13.          not allow the use of the IBM memory expansion and ramdisk
  14.          files.I will try to show how it was done on my machine which
  15.          works with 640 k and usually a 360k ram when uploading files.
  16.          It also works with the SASI interface and a hard disk as
  17.          well.
  18.               The original article said to make an autoexec.bat file
  19.          which I was able to modify slightly to allow the use of the
  20.          IBM memory expansion files. Following is the example that I
  21.          use:
  22.              AUTOEXEC.BAT :
  23.          IF EXIST switch.bat GOTO first
  24.          GOTO last
  25.          :first
  26.          RENAME switch.bat off.bat
  27.          RENAME c.fig config.sys
  28.          BOOT
  29.          :last
  30.          RENAME off.bat switch.bat
  31.          RENAME config.sys c.fig
  32.          DATE
  33.          TIME
  34.          (REST OF THINGS YOU WANT)
  35.           
  36.          C.FIG IS REALLY MY CONFIG.SYS FILE WITH EVERYTHING IN IT LIKE
  37.          EXAMPLE BELOW:
  38.          C.FIG:
  39.          DEVICE=PCJRMEM.COM
  40.          DEVICE=RAMDISK.COM /360
  41.          DEVICE=ANSI.SYS
  42.          The only other thing was the listing of the modboot.bat file
  43.          that had to be modifided.
  44.               MODBOOT.BAT:
  45.          A 0:9080
  46.          XOR AX,AX
  47.          MOV DS,AX
  48.          OR BY [410],40
  49.          NOP
  50.           
  51.          G=0:9080 9089
  52.          L 0:7C00 0 0 1
  53.          G=0:7C00
  54.               I hope this clears up a few of the problems that had to
  55.          be overcome by my close associates and me. The drive works
  56.          marvelous and and as to date has not had any hangups that can
  57.          be related to the software boot. Hope this has not violated
  58.          any laws or such but hope it helps some out there as it is a
  59.          joy to use now. If you want to drop a note or write me please
  60.          do so ..BERT STARK 9323 WICKERSHAM SAN ANTONIO TX 78250  TEL#
  61.          1-512-6805867
  62.