Jump to content

RESOURCE.SYS: Difference between revisions

From EDM2
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
IBM Resource Manager is a base device driver. This is the Resource Management Driver for OS/2.
This is the Resource Management Driver for OS/2 and eComStation.


It does the following:  
It does the following:  
Line 9: Line 8:
# Some specific service to timer0$
# Some specific service to timer0$


Resource.sys reads the [[PREVIOUS.DAT]] file.  
Resource.sys reads the [[PREVIOUS.DAT]] file.
 
Since OS/2 Warp versions it is loaded automatically without an explicit CONFIG.SYS BASEDEV= statement.
 
The [[RMINFO.DLL]] is the DLL file that provides the ring 3 applications from the RESOURCE.SYS driver.
 
;Note: This is one of the critical drivers for the [[OS/2 Kernel]].


==Versions==
==Versions==
{| class="wikitable"
{|class="wikitable"
|-
!Date||Version||Size||Comments
! Date !!Version !! Size  !! Comments
|-
| 2008/Jun/21 2:13am || 10.42 || 55,402  bytes || Resource Management Driver. Included on ACPI 3.21.04.
|-
|-
| 2002/May/21 15:36 || 10.070 || 55,402 bytes || IBM.  
|2008-06-21 02:13||10.42||55,402 bytes||Resource Management Driver - ACPI 3.21.04
|-
|-
|2002-05-21 15:36||10.070||55,402 bytes||IBM
|}
|}


==DLLs Loaded==
==Links==
* N/A
* [[PDDREF:Linking Resource Manager Services|Linking Resource Manager Services]]
 
==Alternatives==
* N/A
 
 


[[Category:Files]]
[[Category:Device Drivers]]

Latest revision as of 03:21, 22 May 2025

IBM Resource Manager is a base device driver. This is the Resource Management Driver for OS/2.

It does the following:

  1. get/set date/time
  2. Read CMOS
  3. Access to Beeper (PC speaker)
  4. Kernel/scheduler synchronization
  5. Some specific service to timer0$

Resource.sys reads the PREVIOUS.DAT file.

Since OS/2 Warp versions it is loaded automatically without an explicit CONFIG.SYS BASEDEV= statement.

The RMINFO.DLL is the DLL file that provides the ring 3 applications from the RESOURCE.SYS driver.

Note
This is one of the critical drivers for the OS/2 Kernel.

Versions

Date Version Size Comments
2008-06-21 02:13 10.42 55,402 bytes Resource Management Driver - ACPI 3.21.04
2002-05-21 15:36 10.070 55,402 bytes IBM

Links