home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0789.TB < prev    next >
Text File  |  1992-11-19  |  2KB  |  52 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0789                  11-19-92
  4.  
  5. =============================================================================
  6.  
  7.  
  8.          PREMIUM 486/25 SYSTEMS AND NOVELL NON-DEDICATED NETWARE 2.2
  9.  
  10.  
  11. PROBLEM:       After installing an Intel Overdrive processor (ODPR486DX-25)
  12.                into an AST Premium 486/25 system configured with Novell Non-
  13.                Dedicated Netware 2.2, the system will briefly display the
  14.                message "ABEND: Double Exception Interrupt" and then reboot
  15.                when attempting to start the server.
  16.  
  17. CAUSE:         Novell Netware 2.2 uses timing dependent loops when toggling
  18.                the status of the GATEA20 line.  With the Intel Overdrive chip
  19.                installed, this loop executes so quickly that the GATEA20 line
  20.                is not set to the proper state before Netware begins accessing
  21.                extended memory.
  22.  
  23. AFFECTED
  24. SYSTEMS:       AST CUPID Desktop Systems (motherboard part number 202356-00X
  25.                & 202337-00X).
  26.  
  27. SOLUTION:      The file NET$OS.EXE may be patched to increase the length of
  28.                the timing dependent loops.  The following procedure uses the
  29.                DOS DEBUG command to implement this fix:
  30.  
  31.                c:\>copy net$os.exe net$os.bin<cr>
  32.  
  33.                debug net$os.bin
  34.                - s 100 FFFF 8B 0E 71 05<cr>
  35.                xxxx:yyyy
  36.                - e xxxx:yyyy<cr>
  37.                xxxx:yyyy  8B.B9<space> 0E.C0<space> 71.00<space> 05.90<cr>
  38.                - s (x+1)xxx:0000 FFFF 8B 0E C8 4B
  39.                XXXX:YYYY
  40.                - e XXXX:YYYY
  41.                XXXX:YYYY  8B.B9<space> 0E.C0<space> C8.00<space> 4B.90<cr>
  42.                -w<cr>
  43.                Writing zzzzz bytes
  44.                -q<cr>
  45.  
  46.                C:\>copy net$os.exe net$os.old<cr>
  47.                1 file(s) copied
  48.  
  49.                C:\>copy net$os.bin net$os.exe<cr>
  50.                1 file(s) copied
  51.  
  52.