home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / SAMSUNG / 8X / README.DOC next >
Encoding:
Text File  |  1996-05-06  |  1.9 KB  |  61 lines

  1.  
  2.  
  3.             **********************************************
  4.             *     README  For SAMSUNG CD-ROM Drives       *
  5.             *                  May   1996                *
  6.             **********************************************
  7.                  (c) Copyright SAMSUNG Electronics , 1996
  8.  
  9.  
  10.  
  11.  ====================================
  12.     Tips on using MSCDEX.EXE switch
  13.  ====================================
  14.  
  15.    1. [ /M:10 ]
  16.       It is the added switch in AUTOEXEC.BAT when running CDSETUP.EXE.
  17.       ( Not specified in the user's manual)
  18.  
  19.  
  20.  
  21.  ===========================================
  22.    Tips on using SSCDROM.SYS switches
  23.       ( Not specified in the user's manual)
  24.  ===========================================
  25.  
  26.    1. [ /S:xxx,yy,z ]
  27.       Specifies the IDE port that is connected to the drive, and the interrupt request.
  28.       Where  
  29.        * xxx is the IDE port address
  30.              xxx = 1f0 : Primary (Channel 1)
  31.                170 : Secondary(Channel 2)
  32.                    1e8 : Channel 3
  33.                    168 : Channel 4
  34.  
  35.        * yy  is the Interrupt channel.
  36.              yy  = 14 : Primary (Channel 1)
  37.                    15 : Secondary (Channel 2)
  38.                    11 : Channel 3
  39.                    10 : Channel 4    
  40.     
  41.        * z is the Master/Slave selection.
  42.               z =  0 : Master
  43.                    1 : Slave
  44.  
  45.        Note: If /s:xxx,yy,zz is valid,the device driver will only test that
  46.          specific IDE port, and skip the auto-detection. If the /s switch is
  47.              not used or if any parameter is invalid, the device driver will still use
  48.          auto-detection algorithm.            
  49.  
  50.        For example, when the CD-ROM drive is connected to the secondary port using 
  51.     interrupt 15 as slave, the syntax in the CONFIG.SYS file should be as follows:
  52.     
  53.       Device = C:\SAMSUNG\SSCDROM.SYS /D:SSCD000 /S:170,15,1 /V  
  54.  
  55.   
  56.    2. [ /V ]
  57.       Displays CD-ROM Drive Model Name.
  58.     
  59.  
  60.      
  61.