home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / DEV.DOC < prev    next >
Text File  |  1987-01-28  |  2KB  |  51 lines

  1. DEV.DOC - Documentation for DEV.EXE jgs 11/08/86
  2.  
  3. DEV is a utility to report device header information for all
  4. installed device drivers, including the default drivers provided
  5. with DOS as well as those installed at boot time by means of
  6. "DEVICE=..." entries in the CONFIG.SYS file.
  7.  
  8. DEV requires PC-DOS or MS-DOS version 2.x or 3.x, and is invoked
  9. by typing "DEV" at the system prompt. Typical results are as
  10. follows:
  11.  
  12. ............................................
  13. A>DEV
  14.  
  15. Addr      Attr Str  Int   Type  Units  Name
  16. 02C1:0048 8004 14C6 14CC   C           NUL
  17. 0070:0BB3 8013 00C6 00D1   C           CON
  18. 0070:0C68 8000 00C6 00D7   C           AUX
  19. 0070:0D17 A040 00C6 00E6   C           PRN
  20. 0070:0E15 8008 00C6 010C   C           CLOCK
  21. 0070:0EE5 0840 00C6 0112   B     03
  22. 0070:0C7A 8000 00C6 00D7   C           COM1
  23. 0070:0D29 A040 00C6 00EC   C           LPT1
  24. 0070:2071 A040 00C6 00F4   C           LPT2
  25. 0070:2083 A040 00C6 00FC   C           LPT3
  26. 0070:2095 8000 00C6 00DD   C           COM2
  27. End of device chain.
  28. ............................................
  29.  
  30.  
  31. Refer to Ray Duncan's "Advanced MSDOS", Microsoft Press, 1986 for
  32. further information on device drivers and headers.
  33.  
  34.  
  35. History information:
  36. --------------------
  37.  
  38. Version 1.0, dated December 12, 1984 and Copyright (c) 1984 by
  39. Ray Duncan works for DOS versions 2.x and presumably 3.0, 3.1,
  40. but NOT for 3.2.
  41.  
  42. Version 1.10 by jgs 11/08/86 (Jim Sack 72277,126) is a fix to
  43. work with DOS 3.2.  It will probably work with 3.0 and 3.1, but
  44. has not been tested by the author of this revision.  No change
  45. has been made to operation under 2.x.
  46.  
  47. Anyone who verifies compatibility with 3.0 & 3.1 please update
  48. the comments in this .DOC file and upload as version 1.11.
  49.  
  50. --- end DEV.DOC ---
  51.