home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0684.TB < prev    next >
Text File  |  1991-05-21  |  2KB  |  53 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0684                  05-21-91
  4.  
  5. =============================================================================
  6.  
  7.  
  8.                 NOVELL 386 WITH AST DESK TOP AND TOWER SYSTEMS
  9.  
  10.  
  11. The following problems are occurring with AST Cupid desktop and Cupid Tower
  12. systems configured with more than 16MB of RAM with Novell Netware 386 version
  13. 3.10:
  14.  
  15.     - System will lock up after attempting to mount the drives
  16.  
  17.     - Intermittent memory parity errors occur
  18.  
  19.     - Intermittent lock-ups occur
  20.  
  21. The above problems occur because the Novell operating system has not been
  22. made aware of any memory above 16MB.  This problem can be resolved by
  23. registering the memory with the Novell operating system so that it knows how
  24. to access the memory.  To accomplish this, edit the AUTOEXEC.NCF file within
  25. the Novell install option as follows:
  26.  
  27. REGISTER MEMORY [START(hex)] [LENGTH(hex)].
  28.  
  29. Using the chart below replace the [START(hex)] and [LENGTH(hex)] with the
  30. appropriate parameter.
  31.  
  32. +-----------------------------------------------------------+
  33. | TOTAL MEMORY           START(hex)          LENGTH(hex)    |
  34. |-----------------------------------------------------------|
  35. |   20MB                 1000000             400000         |
  36. |-----------------------------------------------------------|
  37. |   24MB                 1000000             800000         |
  38. |-----------------------------------------------------------|
  39. |   28MB                 1000000             C00000         |
  40. |-----------------------------------------------------------|
  41. |   32MB                 1000000             1000000        |
  42. |-----------------------------------------------------------|
  43. |   36MB                 1000000             1400000        |
  44. |-----------------------------------------------------------|
  45. |   40MB                 1000000             1800000        |
  46. |-----------------------------------------------------------|
  47. |   44MB                 1000000             1C00000        |
  48. |-----------------------------------------------------------|
  49. |   48MB                 1000000             2000000        |
  50. |-----------------------------------------------------------|
  51. |   52MB                 1000000             2400000        |
  52. +-----------------------------------------------------------+
  53.