Jump to content

TESTCFG.SYS: Difference between revisions

From EDM2
Created page with "Test configuration device driver. TESTCFG.SYS is used during the install process to test your systems configuration. It is also used by the Selective Install process and durin..."
 
Ak120 (talk | contribs)
 
(10 intermediate revisions by 3 users not shown)
Line 2: Line 2:


==Versions==
==Versions==
{|class="wikitable"
!Date||Version||Size||Comments
|-
|1993-07-20|| ||4,402 bytes||OS/2 2.0 XR_6100
|-
|2002-05-21||10.70||9,808 bytes||
|}


==Config.Sys Documentation==
==Config.Sys Documentation==
* [[The_Config.sys_Documentation_Project/DEVICE_Statements#DEVICE.3DTESTCFG.SYS|TESTCFG.SYS]]
DEVICE=\OS2\BOOT\TESTCFG.SYS


'''NOTE:''' Because this driver is used by the Selective Install process, it should not be deleted.


[[Category:Files]]
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[MSG.DLL]]
 
==Source Code==
The source code of this file is included on the [[IBM Developer Connection Device Driver Kit for OS/2]]. It can not be open sourced, but the source code is available for IBM DDK customers and a free/paid binaries can be released.
 
[[Category:Character Device Drivers]][[Category:DEVICE Statements]]

Latest revision as of 11:44, 5 December 2019

Test configuration device driver. TESTCFG.SYS is used during the install process to test your systems configuration. It is also used by the Selective Install process and during device driver installations.

Versions

Date Version Size Comments
1993-07-20 4,402 bytes OS/2 2.0 XR_6100
2002-05-21 10.70 9,808 bytes

Config.Sys Documentation

DEVICE=\OS2\BOOT\TESTCFG.SYS

NOTE: Because this driver is used by the Selective Install process, it should not be deleted.

DLLs Loaded

Source Code

The source code of this file is included on the IBM Developer Connection Device Driver Kit for OS/2. It can not be open sourced, but the source code is available for IBM DDK customers and a free/paid binaries can be released.