home *** CD-ROM | disk | FTP | other *** search
- USING MICROSOFT WINDOWS IN PROTECTED MODE
- =========================================
-
- To run the CorelSCSI device driver under Windows 3.0 in protected
- mode, you must
-
- 1. Add the following line to your CONFIG.SYS file:
-
- STACKS=9,256
-
- 2. Add the following line to the SYSTEM.INI file in the [386Enh]
- section to prevent Windows from using the memory space used
- by the SCSI card:
-
- EmmExclude=<SCSI card address>
-
- where <SCSI card address> represents the address range used
- by the SCSI card. For example, if you're using a host adapter
- that uses 16K of RAM starting at address d800, you would
- enter:
-
- EmmExclude=d800-dbff
-
- For more information about the EmmExclude statement, see your
- Windows SYSINI.TXT README file.
-
- 3. In the CONFIG.SYS file, exclude the SCSI card address from any
- memory managers you're using. This prevents address conflicts
- between the memory manager and the SCSI card.
-
- For example, if you're using the QEMM memory manager and
- a SCSI card that covers the address range from d800 to dbff,
- you would specify the following in your CONFIG.SYS file:
-
- DEVICE=C:\QEMM\QEMM386.SYS x=d800-dbff
-
- If you're using the EMM386 memory manager and
- a SCSI card that covers the address range from d800 to dbff,
- you would specify the following in your CONFIG.SYS file:
-
- DEVICE=C:\EMM386\EMM386.SYS x=d800-dbff
-
- If you're using the 386MAX memory manager and
- a SCSI card that covers the address range from d800 to dbff,
- you would specify the following in your CONFIG.SYS file:
-
- DEVICE=C:\386MAX\386MAX.SYS RAM=d800-dc00
-
-