home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / faq / os2_20 / os2help / reset66.fax < prev    next >
Encoding:
Text File  |  1992-09-17  |  1.5 KB  |  53 lines

  1. INTERRUPT 66 ERRORS IN A VDM
  2. ----------------------------
  3.  
  4. When a VDM returns an error regarding interrupt 66 that memory location
  5. needs to be cleared before running the program that returns the error message.
  6. This is a little program the a developer in Boca wrote to fix this problem.
  7. Follow these steps to create the reset66.com program, then run reset66
  8. before you run the program that returned the error message.
  9. ----------------------------------------------------------------------------
  10.  
  11.  
  12.  Fix for Int 66h
  13.  ---------------
  14.  
  15.  
  16.   1. Create file called reset66.in with the following contents:
  17.  
  18.     nreset66.com
  19.     rcx
  20.     14
  21.     a
  22.     push ds
  23.     xor  ax,ax
  24.     mov  ds,ax
  25.     mov  word ptr [198],ax
  26.     mov  word ptr [19a],ax
  27.     pop  ds
  28.     mov  ax,4c00
  29.     int  21
  30.  
  31.     w
  32.     q
  33.  
  34.   2. Run debug with reset66.in being the input
  35.  
  36.     debug <reset66.in
  37.  
  38.   3. Run RESET66
  39.  
  40.      reset66
  41.  
  42. NOTE--the 198 & 19a above should have square brackets around them.  These
  43. characters may have been transposed during the transmittal of this document.
  44.  
  45.  
  46. -------------------------------------------------------------------------------
  47. Thank you for calling the OS/2 2.0 Support Line.  Regarding the problem
  48. reported to the Support Line, we feel that this information may assist
  49. you in resoloving your problem.  If you still require assistance, please
  50. call 1-800-237-5511, and reference your customer number and problem (PMR)
  51. number.  Your Problem Record Number (PMR) should appear on the cover
  52. page of this faxed document.
  53.