home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1994 November / INfoROMbeta.ISO / beta / rmview / readme next >
Encoding:
Text File  |  1994-11-07  |  2.6 KB  |  79 lines

  1. Readme file for the Resource Manager View Graphical User Interface (RMVU)
  2.  
  3. This is a Beta release.
  4.  
  5. The Resource Manager View utility can be used to see allocated resources
  6. in your system and a hardware "tree" showing you all the hardware devices
  7. on your system.
  8.  
  9. It provides a graphical user interface (GUI) to the existing RMVIEW line
  10. mode utility.  There are two options available:
  11.  
  12.   System Resources - allows you to view current allocations for resources
  13.                      (e.g., IRQ, DMA, I/O ports, memory) and what adapters
  14.                      are using them.
  15.  
  16.                      You can open an entry (double-click) to see more
  17.                      information about the adapter/device.
  18.  
  19.   System Hardware  - allows you to view the hardware topology in your system
  20.                      in a tree view.  Each adapter or device is represented
  21.                      by an icon.
  22.  
  23.                      You can open an entry (double-click) to see more
  24.                      information about the adapter/device.
  25.  
  26. Help is provided.
  27.  
  28. --------------------------------------------------------------------------
  29.  
  30. Installation:
  31.  
  32. **** This code WILL ONLY RUN on OS/2 Warp and you must replace the existing 
  33. RESOURCE.SYS and RMVIEW.EXE with the ones included here ****
  34.  
  35. **** Important first steps:
  36.  
  37.      As this is a Beta release, you should make copies of two files that
  38.      are included in the OS/2 Warp package.  These files are:
  39.  
  40.      \OS2\RMVIEW.EXE
  41.      \OS2\BOOT\RESOURCE.SYS
  42.  
  43.      It is recommended that these files be copied in case they need to be
  44.      restored in the future.
  45.  
  46. ****
  47.  
  48.  
  49. To install:
  50.  
  51. 1)  Copy the *.DLL files to the \OS2\DLL subdirectory on your boot drive.
  52.  
  53.     There are two *.DLL files:
  54.  
  55.                 VROBJ.DLL
  56.                 RMVAPI.DLL
  57.  
  58. 2)  Copy the RMVU.EXE file to the \OS2\APPS subdirectory on your boot drive.
  59.  
  60. 3)  Copy the RMVIEW.HLP file to the \OS2\APPS subdirectory on your boot drive.
  61.  
  62. 4)  Copy the RESOURCE.SYS file to the \OS2\BOOT subdirectory on your boot drive.
  63.  
  64. 5)  Copy the RMVIEW.EXE file to the \OS2 subdirectory on your boot drive.
  65.  
  66. 6)  Create a program object for RMVU.EXE on your desktop or in your OS/2
  67.     System Setup folder, whichever is more convenient for you.
  68.  
  69.     Open the Templates folder
  70.     Select the Program template and drag it to your desktop or the System
  71.          Setup folder
  72.     Change the Path and file name to:  c:\os2\apps\rmvu.exe
  73.     Change the Working directory to:  c:\os2\apps
  74.     Select the General tab
  75.     Change the name to:  Resource Manager View Utility
  76.  
  77. --------------------------------------------------------------------------
  78.  
  79.