home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / k6driver.zip / k6.txt < prev   
Text File  |  1999-07-11  |  2KB  |  45 lines

  1.  AMD K6, K6-2, K6-III OS/2 driver  v1.1
  2.  ======================================
  3.  
  4. This driver is designed to enable the AMD K6-xx cpu's "write-allocate" feature 
  5. according to the amount of main memory installed. Usually this should be done 
  6. already by the mainboard's bios. But if the K6-xx is used as an upgrade 
  7. solution in old Pentium boards, the bios might not be aware of this 
  8. performance enhancement feature.
  9.  
  10. There is an additional feature present in all K6-III and certain K6-2 cpus,
  11. called "write-combine". This may speed-up access to the memory buffer
  12. of your pci or agp graphics card. Normally this feature should be enabled 
  13. by the video driver when decting a suitable cpu...
  14.  
  15. K6.SYS does not stay resident after initial load. So it does not occupy
  16. any system resources, except for a few milliseconds delay at boot-up.
  17.  
  18. Installation
  19. ------------
  20.  Copy K6.SYS to the \OS2\BOOT directory of your OS/2 Warp3 or Warp4 system. 
  21.  Add the following statement to CONFIG.SYS:   BASEDEV=K6.SYS
  22.  
  23. CONFIG.SYS command line options
  24. -------------------------------
  25.  /V         show screen output
  26.  /w???????? enable first write-combine region using given hex value
  27.  /W???????? enable second write-combine region using given hex value
  28.  
  29. how to calculate the write-combine value
  30. ----------------------------------------
  31.  1.Find out the physical address and size of your graphic card's memory buffer.
  32.    There are some tools available to do this, like SCANPCI.EXE
  33.  2.Read the K6-2 or K6-III data sheet available as .PDF from AMD and
  34.    calculate the appropriate value.
  35.  3.If you don't have or don't understand the data sheet, you may try this:
  36.     BASEDEV=K6.SYS /V /w??01FE02
  37.    where ?? is the leading two hex digits of the video memory's physical address.
  38.  
  39.  
  40.  
  41. Robert Lalla, Loerrach, Germany         rlalla@stepnet.de
  42.  
  43.  
  44. !! Warning: The use of K6.SYS is at your own risk !!
  45.