home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
creative
/
clatapi
/
cl_atapi.exe
/
IDECDROM.DDP
< prev
next >
Wrap
Text File
|
1995-08-14
|
2KB
|
32 lines
*********************************************************
* *
* IDE CDROM Device driver profile for OS/2 2.1 *
* *
* Special Version for Cretive Labs CD220E 1.00, 1.01 & higher micro-code *
* 1) make sure that \os2\boot\ibmidecd.flt, *
* \os2\boot\os2cdrom.dmd, *
* \os2\boot\ibm1s506.add, *
* have read only attribute turned off *
* *
* 2) CL_IDE.FLT will control only 1.00, 1.01 level drives *
* other vintages will be run directly by OS2CDROM.DMD *
* 3) CL_IDE.FLT must be loaded after IBM1S506.ADD in Config.sys *
* in order to function correctly *
********************************************************
:TITLE
IDE CDROM Device Driver Support
:CONFIG * Add the following lines to CONFIG.SYS
BASEDEV=IBMIDECD.FLT
BASEDEV=IBM1S506.ADD
BASEDEV=CL_IDE.FLT
DEVICE=OS2CDROM.DMD
:FILES * Copy the driver into \OS2 on the boot drive
IBMIDECD.FLT \OS2\BOOT\IBMIDECD.FLT
IBM1S506.ADD \OS2\BOOT\IBM1S506.ADD
OS2CDROM.DMD \OS2\BOOT\OS2CDROM.DMD
CL_IDE.FLT \OS2\BOOT\CL_IDE.FLT