home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mountr.exe / ADV.FIX < prev    next >
Text File  |  1990-08-14  |  925b  |  23 lines

  1. /*****************************************************************************
  2.   SPD 4250
  3.  
  4.   This PTF corrects a problem mounting removeable volumes 252meg or larger.
  5.  
  6.   This FIX file for updating the following NetWare 286 2.15c .OBJ files only:
  7.  
  8.     ADV.OBJ    SFT.OBJ    TTS.OBJ    NDADV.OBJ
  9.     ADV_1.OBJ  SFT_1.OBJ  TTS_1.OBJ  NDADV_1.OBJ
  10.  
  11.  *****************************************************************************/
  12.  
  13. segment=rmdisk;
  14.  offset=3a1;
  15.  
  16.    find=05FF03B10AD3E8;                         /* add ax, 03ffh */
  17.                                                 /* mov cl,0ah */
  18.                                                 /* shr ax,cl */
  19.  
  20. replace=48B10AD3E8FEC0;                         /* dec ax */
  21.                                                 /* mov cl,0ah */
  22.                                                 /* shr ax,cl */
  23.                                                 /* inc al */