home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / qdram.zip / -READ- next >
Text File  |  1988-06-16  |  2KB  |  43 lines

  1.  
  2.    QDRAM -- Decreases refresh cycle timer for the dRAM refresh rate to speed
  3.     DOC     up CPU performance.   Normally, a HEX value of 12h is in the I/O
  4.             register location 41h of the 8253 timer controlling refresh rate.
  5.    To find the right for your machine, start increasing the value of "12" in
  6.    line 5 to a maximum of "FF" (these are HEX values) and run TEST.BAT after
  7.    each increment. If "FF" is reached without the CPU stopping due to parity
  8.    errors (you'll have to COLDboot the machine), then increase the value "00"
  9.    in line 7 (this is the high byte value for the timer) to "01" and restart
  10.    the incrementing in line 5 from "00" to "FF" while running the benchmarks
  11.    in file TEST.BAT.  You'll notice that the increase in CPU performance will
  12.    rapidly reach a plateau and eventually you'll get a parity error (in my AT
  13.    with an Inboard 386/AT, an error is obtained when the low byte [line 5] =
  14.    "0C" to "0F" and the high byte [line 7] = "0F," but was obtained at lower
  15.    values in an IBM XT).
  16.  
  17.    Use the lowest value providing the best performace increment for the final
  18.    version of QDRAM.  This should increase the equivalent CPU speed by about
  19.    5% to 10%, depending on your machine.  I use a low byte value of "8F" and
  20.    a high byte value of "00" in the 386ed AT to increase the equivalent speed
  21.    to 24 Mhz from its original of 22 Mhz (Landmark test in CPUSPEED.COM), so
  22.    far without any parity error problems.
  23.  
  24.    Based on PC Magazine July 1988 (v7 n13) PC Lab Notes (Brian K. Roemmele).
  25.  
  26.  
  27.  
  28.  
  29.    TEST -- This is a batch file to automatically create QDRAM.COM via DEBUG
  30.    DOC     (you must supply your own version) and to test the results of the
  31.            change in dRAM refresh rate with a variety of benchmarks:
  32.  
  33.    1. Landmark Test in CPUSPEED.COM (provides equivalent CPU speed)
  34.    2. Processor Speed test in PC Magazine's BENCH21.EXE and BENCH21A.EXE
  35.    3. Instruction Mix Speed test in PC Magazine's BENCH28.EXE
  36.    4. Video Display times in PC Magazine's BENCH24.EXE
  37.  
  38.    TEST.BAT also invokes the performance tests of VBENCH.EXE from Golden Bow
  39.    Bow Systems (usually distributed with the VOPT utilities), and of SI.EXE
  40.    from the Peter Norton Computing, Inc (usually distributed with the NORTON
  41.    utilities).  These two programs are not included in this ARChive, so you
  42.    should delete such calls if you do not have the programs.
  43.