home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / GIFDEV.ZIP / FLTFIX.TXT < prev    next >
Text File  |  1989-01-18  |  905b  |  24 lines

  1. Below is a correction that can be made to the Flight Simulator 
  2. program file that allows EFIS/CFPD system to function correctly 
  3. on certain 80386 machines.
  4.  
  5. To repair the Flight Simulator program file, perform the following 
  6. steps:
  7.  
  8. 1. Copy DEBUG.COM from your DOS directory into your FLTSIM4 directory.
  9.    If DEBUG.COM has not been installed on your system, it can be found 
  10.    on the DOS Utility Diskette that came with the computer.
  11.    (i.e., copy \dos\debug.com \fltsim4\debug.com) 
  12.  
  13. 2. Type the following to repair fs4.exe:       
  14.         
  15.     rename fs4.exe fs4.old    <ENTER>
  16.     debug fs4.old             <ENTER>
  17.     ecs:b33c 90 90 90 90 90   <ENTER>
  18.     w                         <ENTER>
  19.     q                         <ENTER>
  20.     rename fs4.old fs4.exe    <ENTER> 
  21.  
  22. 3. Remove DEBUG.COM from the flight simulator directory. (not mandatory)
  23.    (i.e., del \fltsim4\debug.com)
  24.