home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / protect.lzh / MLINK303.UNP < prev    next >
Text File  |  1986-03-17  |  2KB  |  43 lines

  1.   MLINK303.UNP [Rel. 05 Jan 86]
  2.  
  3.   The following is a method to unprotect MultiLink Advanced Release
  4.   3.03 to allow booting directly from another disk without the need
  5.   to insert the MultiLink distribution disk.  This is important if
  6.   you wish to boot directly from your hard disk.
  7.  
  8.    ENTER                         COMMENTS
  9. -------------------------    ---------------------------------------
  10. C>copy mlink.com mlink.bak   Make a backup first!
  11. C>debug mlink.com            Start debug session.
  12. -u 523A  525E                Unassemble from address 523A to 525E.
  13.                              You should see:
  14.  
  15.                              xxxx:523A B9EA27        MOV     CX,27EA
  16.                              xxxx:523D E82200        CALL    5262
  17.                              xxxx:5240 7331          JNB     5273
  18.                              xxxx:5242 B90829        MOV     CX,2908
  19.                              xxxx:5245 E81A00        CALL    5262
  20.                              xxxx:5248 7329          JNB     5273
  21.                              xxxx:524A FE0E8541      DEC     BYTE PTR [4185]
  22.                              xxxx:524E 7FEA          JG      523A
  23.                              xxxx:5250 FE068441      INC     BYTE PTR [4184]
  24.                              xxxx:5254 FE061C51      INC     BYTE PTR [511C]
  25.                              xxxx:5258 803E844101    CMP     BYTE PTR [4184],01
  26.                              xxxx:525D 76D0          JBE     522F
  27.  
  28.                              If you don't see this, you have another
  29.                              version.  If so, enter 'Q' to quit the
  30.                              debug session.  Otherwise, continue.
  31.  
  32. The following code needs to be replaced:
  33.  
  34. -e 521B 59                   Tricks ML into thinking it sees the fingerprint
  35. -w                           Save the changes to disk
  36. -q                           End the debug session.
  37.  
  38. >>>> NOTE:  Since some versions of MS-DOS will not work,
  39.             (Compaq owners take note) make sure you are running
  40.             PC-DOS, not MS-DOS.
  41.  
  42. *End of MLINK303.UNP*
  43.