Jump to content

OS2CDROM.DMD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the Device Manager Driver for CDROM file.  
This is the Device Manager Driver for CD-ROM devices.


==Version==
==Version==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
|-
!Date
|1992-11-04 12:12
!Version
|
!Size
|21,168 bytes
!Comments
|OS/2 2.0 CD-ROM Device Driver
|-
|Jan-31-2008  4:49p
|1.08
|45,398 bytes.
|OEM 1.8- Included on [http://es.ecomstation.ru/projects/dvdtoys/?action=down CDRTools. (cdrtools 2.01.01a59)]
|-
|-
|Jun-15-07  2:18P
|2006-01-12 15:46
|10.163
|50,510 bytes
|
|
|50,510 bytes.
|Included on eComStation 2.1
|-
|-
|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==
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:Files]]
[[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.