TESTCFG.SYS: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
==Config.Sys Documentation== | ==Config.Sys Documentation== | ||
DEVICE=\OOT\TESTCFG.SYS | |||
'''NOTE:''' Because this driver is used by the Selective Install process, it should not be deleted. | |||
'''Platform Support''' | |||
{| class="wikitable" | |||
|- | |||
!OS/2 2.x | |||
!OS/2 3.0 | |||
!OS/2 4.0 | |||
!OS/2 4.5x | |||
|- | |||
|Yes | |||
|Yes | |||
|Yes | |||
|Yes | |||
|} | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
Line 32: | Line 48: | ||
Wim Brul created a minimal open source replacement for this driver for an experiment.[https://github.com/OS2World/SYSTEM-DRV-Wims_Experimental_Files] | Wim Brul created a minimal open source replacement for this driver for an experiment.[https://github.com/OS2World/SYSTEM-DRV-Wims_Experimental_Files] | ||
[[Category:Drivers]] | [[Category:Drivers]][[Category:DEVICE Statements]] |
Revision as of 02:26, 27 November 2016
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 11:19 | 4,402 bytes | OS/2 2.0 XR_6100 | |
2002-05-21 16:11 | 10.70 | 9,808 bytes |
Config.Sys Documentation
DEVICE=\OOT\TESTCFG.SYS
NOTE: Because this driver is used by the Selective Install process, it should not be deleted.
Platform Support
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes | Yes |
DLLs Loaded
Source Code
The source code of this file is included on the IBM Developer Connection Device Driver Kits 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.
Alternatives
Wim Brul created a minimal open source replacement for this driver for an experiment.[1]