                                        Thu Aug 12 09:01:36 PDT 2004

Driver rebuild instructions (using the Windows NT DDK)...

.   ntddk_setup.bat
    build -cZ
    (or nmake)

Note that the file "ntddk_setup.bat" is a "local" command file
which contains commands which provide the same effect as running
"C:\NTDDK\bin\setenv.bat C:\NTDDK", with the Windows NT DDK
installed at "C:\NTDDK".  Make adjustments as required for your
local configuration.

The driver's .SYS file is placed in...

   ./i386/PrivIoXP.sys

Note: After re-building the driver the following needs to happen...

   cd ..
   nmake

This insures that "PrivIoXP.sys" gets embedded in all the needed
places (i.e., object files and executables).
