OS2CDROM.DMD: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
|21,168 bytes | |21,168 bytes | ||
|OS/2 2.0 CD-ROM Device Driver | |OS/2 2.0 CD-ROM Device Driver | ||
|} | |||
==CONFIG.SYS Statement== | |||
Device manager driver for CD-ROM drives | |||
'''Note:''' For CD-ROM support in OS/2 also an device driver has to be installed. | |||
BASEDEV=OS2CDROM.DMD parameters | |||
'''Parameters:''' | |||
;/V:Displays some information about CD-ROM drives during the boot. | |||
;/Q:Stops displaying error messages during the boot. | |||
'''Platform Support:''' | |||
{| class="wikitable" | |||
|- | |||
!OS/2 2.x | |||
!OS/2 3.0 | |||
!OS/2 4.0 | |||
!OS/2 4.5x | |||
|- | |||
|Yes | |||
|Yes | |||
|Yes | |||
|Yes | |||
|} | |} | ||
Line 27: | Line 51: | ||
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. | 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. | ||
[[Category:Device Manager Drivers]] | [[Category:Device Manager Drivers]][[Category:DEVICE Statements]] |
Revision as of 01:35, 8 November 2016
This is the Device Manager Driver for CD-ROM devices.
Version
Date | Version | Size | Comments |
---|---|---|---|
2008-01-31 16:49 | 1.08 | 45,398 bytes | OEM from CDRTools. (cdrtools 2.01.01a59) |
2007-06-15 14:18 | 10.163 | 50,510 bytes | |
1992-11-04 12:12 | 21,168 bytes | OS/2 2.0 CD-ROM Device Driver |
CONFIG.SYS Statement
Device manager driver for CD-ROM drives
Note: For CD-ROM support in OS/2 also an device driver has to be installed.
BASEDEV=OS2CDROM.DMD parameters
Parameters:
- /V
- Displays some information about CD-ROM drives during the boot.
- /Q
- Stops displaying error messages during the boot.
Platform Support:
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes | Yes |
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.