Jump to content

APM.ADD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
An Advanced Power Management interface that emulates APM functions using ACPI. This driver is not required for proper operation of [[ACPI.PSD]], but may be required for some older programs that use APM functions. APM.ADD normally goes in \OS2\BOOT.
An Advanced Power Management interface that emulates APM functions using ACPI. This driver is not required for proper operation of [[ACPI.PSD]], but may be required for some older programs that use APM functions. APM.ADD normally goes in \OS2\BOOT.
==Versions==
{|class="wikitable"
!Date||Version||Size||Comments
|-
|2017-02-01 12:52:39||3.23.05||9,492  bytes||#Arca Noae,APM emulator for OS/2. Included on ArcaOS 5.0.1.
|-
|}


==Syntax==
==Syntax==
Line 21: Line 13:
*;/DBGLVL=n
*;/DBGLVL=n
:Set the verbosity level of debug output. The default debug verbosity level is 1.   
:Set the verbosity level of debug output. The default debug verbosity level is 1.   
 
 
==Versions==
{|class="wikitable"
!Date||Version||Size||Comments
|-
|2017-02-01||3.23.05||9,492 bytes||#Arca Noae APM emulator for OS/2
|} 


[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Latest revision as of 01:01, 5 June 2023

An Advanced Power Management interface that emulates APM functions using ACPI. This driver is not required for proper operation of ACPI.PSD, but may be required for some older programs that use APM functions. APM.ADD normally goes in \OS2\BOOT.

Syntax

BASEDEV=APM.ADD [parameters]

Parameters

  • /V
Turns on the banner when loading the driver.

Debugging parameters

These parameters only function with the debug version of APM.ADD.

  • /DBGLVL=n
Set the verbosity level of debug output. The default debug verbosity level is 1.

Versions

Date Version Size Comments
2017-02-01 3.23.05 9,492 bytes #Arca Noae APM emulator for OS/2