home *** CD-ROM | disk | FTP | other *** search
- rem
- rem The following line illustrates some parameters that can be used with
- rem the CD-ROM Installable File System (IFS) for increased system
- rem performance.
- rem
- rem /C:n - where n is the number of 64kb segments to use for buffering
- rem /M:n - where n is the number of sectors to read at a time
- rem /Q - indicates quiet mode
- rem
-
- IFS=C:\OS2\CDFS.IFS /C:8 /M:16
-
- rem
- rem The following line below is an example of a command line to the
- rem driver. It configures the driver to use 2 CD-ROM drives.
- rem
- rem The first drive (unit 0) has an 8-bit adapter, a base port address
- rem of 300 hex and uses IRQ 9 (hardware interrupt 2).
- rem
- rem The second drive (unit 1) has a 16-bit adapter, a base port address
- rem of 310 hex and uses IRQ 10.
- rem
- rem The Verbose switch is also used to print some driver statistics
- rem during booting.
- rem
-
- BASEDEV=MITSUMI.ADD /V /UNIT:0 /ADAPTER:8 /PORT:300 /IRQ:9 /UNIT:1 /ADAPTER:16 /PORT:310 /IRQ:10
-
-