Program:  k6wc.exe

Author:   Uart

Function: Enables one or two Wite Combining memory range for any of
          k6-2(cxt core), k6-3, k6-2+ or k6-3+ cpu's.

OS:       DOS, Win95/98/98SE. Should be run from autoexec.bat with no protected
          mode drivers loaded. Won't run if emm386.exe is loaded.

Usage:    "k6wc.exe  WC_Range_Base_Address_in_Hex  WC_Range_Size_in_Mbytes" or
          "k6wc.exe Hex_Address1  MB_size1  Hex_Address2  MB_size2"
        

Example1: "k6wc.exe e0000000 16"  ;(without quotes) enables Write Combining
          for a 16 Mbytes range at starting at hex address 0xE0000000.

Example2: "k6wc.exe e0000000 16 e4000000 16"  ; Enables write combining for
          one 16MB range starting at hex address 0xE0000000 and for another
          16MB range starting at hex address 0xE4000000

Example3: "k6wc.exe 0 0 0 0"   ;Disable all write combining.


Notes:  1.Get the program "setk6.exe" if you don't know what base address
          (LFB) to use. Run setk6.exe with no parameters and observe the
          locations it reports for the pci frame buffers. Use these for the
          hex address parameters

        2.If you don't know many megabytes to use for the size parameters
          then 16 is a good default value.


