OS2CDROM.DMD: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This is the Device Manager Driver for | This is the Device Manager Driver for CD-ROM devices. | ||
==Version== | ==Version== | ||
{|class="wikitable" | {|class="wikitable" | ||
!Date | !Date||Version||Size||Comments | ||
|- | |- | ||
| | |1992-11-04 12:12 | ||
| | | | ||
| | |21,168 bytes | ||
| | |OS/2 2.0 CD-ROM Device Driver | ||
|- | |- | ||
| | |2006-01-12 15:46 | ||
|10.163 | |10.163 | ||
|50,510 bytes | |50,510 bytes | ||
| | | | ||
|- | |- | ||
| | |2008-01-31 16:49 | ||
| | |1.08 | ||
| | |45,398 bytes | ||
| | |OEM from [http://es.ecomstation.ru/projects/dvdtoys/?action=down CDRTools. (cdrtools 2.01.01a59)] | ||
|} | |} | ||
==CONFIG.SYS Statement== | |||
Device manager driver for CD-ROM drives | |||
'''Note:''' For CD-ROM support in OS/2 also a 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. | |||
==Source Code== | ==Source Code== | ||
The source code of this file is included on the [[IBM Developer Connection Device Driver | 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: | [[Category:Device Manager Drivers]][[Category:DEVICE Statements]] |
Latest revision as of 20:29, 21 September 2022
This is the Device Manager Driver for CD-ROM devices.
Version
Date | Version | Size | Comments |
---|---|---|---|
1992-11-04 12:12 | 21,168 bytes | OS/2 2.0 CD-ROM Device Driver | |
2006-01-12 15:46 | 10.163 | 50,510 bytes | |
2008-01-31 16:49 | 1.08 | 45,398 bytes | OEM from CDRTools. (cdrtools 2.01.01a59) |
CONFIG.SYS Statement
Device manager driver for CD-ROM drives
Note: For CD-ROM support in OS/2 also a 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.
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.