home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / windr440.zip / windrive.zip / WinDriver / util / files.txt next >
File List  |  2000-03-30  |  2KB  |  44 lines

  1. UTIL directory contents:
  2. ------------------------
  3.  
  4. (Source code for all utilities is available in the SAMPLES directory)
  5.  
  6. WDDEBUG   - A utility that enables you to view the debug messages from
  7.             the kernel, and enables you to set the debug mode on or off.
  8.             When in debug mode, every IO and memory transfer command
  9.             are checked, making sure they fit in with the card's 
  10.             registered resources. 
  11.             If an illegal command is given, WinDriver will ignore the 
  12.             command and show a warning message on the debug console.
  13.             Debug mode slows down transfer operations, therefore it 
  14.             should be used only in the development process. Running 
  15.             this command without the "on" / "off" parameter will print 
  16.             the version of WinDriver installed.
  17.  
  18. WDDEBUG_GUI - A Graphical User Interface of WDDEBUG.
  19.  
  20. WDREG     - Registers/Un registers WinDriver in the Windows registry. 
  21.             To install WinDriver on a new computer, 
  22.             copy WINDRVR.VXD file to C:\WIN95\SYSTEM\VMM32 (Win95), or
  23.             copy WINDRVR.SYS file to C:\WINNT\SYSTEM32\DRIVERS (WinNT). 
  24.             After copying WinDriver to the drivers directory, add 
  25.             WinDriver to the list of Device Drivers Windows loads on 
  26.             boot by running "WDREG.EXE install". To install WinDriver 
  27.             from within your own application, add the "wdreg" source 
  28.             to your own installation code.
  29.  
  30.  
  31. PCI_SCAN  - A utility for getting a list of the PCI cards installed 
  32.             and the resources allocated for each one of them (memory 
  33.             ranges, IO ranges and interrupts). 
  34.  
  35. PCI_DUMP  - A utility for getting a dump of all the PCI configuration
  36.             registers of the PCI cards installed.
  37.  
  38. PCI_DIAG  - A utility for reading/writing PCI configuration registers,
  39.             and accessing its IO and memory ranges.
  40.  
  41. ISAPNP_SCAN  - A utility for getting a list of the ISA PnP cards 
  42.             installed and the resources allocated for each one 
  43.             of them (memory ranges, IO ranges and interrupts). 
  44.