home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / OAKWKR.FAX < prev    next >
Text File  |  1994-12-05  |  2KB  |  50 lines

  1. Oak Video Card Workaround                       10/01/92
  2.  
  3. OAK VIDEO CARD WORKAROUND
  4. -------------------------
  5.  
  6. PROBLEM
  7. -------
  8.     An INT10 call is made to the BIOS which causes the problem on OAK cards.
  9.  
  10. RESOLUTIONS
  11. -----------
  12. 1.  Temporarily use another VGA card to get OS/2
  13.     installed.  Should be able to place card in after
  14.     install completes.
  15.  
  16. 2.  NOTE:  THIS SHOULD BE TRIED BY MORE EXPERIENCED USERS.
  17.     You will need to patch the OS2LDR file and make the following changes.
  18.  
  19.     Step 1. Make a backup copy of your Install Diskette 1.  Use DOS DISKCOPY
  20.             if necessary.  *DO NOT* perform this modification on your
  21.             original OS/2 2.0 INSTALL Diskette.
  22.  
  23.     Step 2. Boot DOS, make sure you have DEBUG.COM on that diskette or on your
  24.             hard drive where you can get to it.  Change to the appropriate
  25.             directory if necessary.
  26.  
  27.     Step 3. Insert your backup copy of INSTALL Diskette.  Type
  28.             DEBUG A:\OS2LDR<enter>
  29.             at the DOS command prompt.
  30.  
  31.     Step 4. To unassemble OS2LDR, enter the following command:
  32.             U 4F7C<enter>
  33.  
  34.     Step 5. Enter the following:
  35.             E 4F7C<enter>
  36.             CD.  will be displayed. You will enter
  37.             90<space> and
  38.             10.  will be displayed. You will enter
  39.             90<enter>
  40.  
  41.     Step 6. To write changes to the file,enter the following command:
  42.             W<enter>
  43.  
  44.     Step 7. To quit debug, enter the following command:
  45.             Q<enter>
  46.  
  47.     Step 8. You should now see your DOS prompt.  Restart the installation
  48.             using your newly modified backup INSTALL Diskette.
  49. 12/31/99
  50.