home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 5133 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.9 KB

  1. Path: sparky!uunet!stanford.edu!agate!soda.berkeley.edu!wjolitz
  2. From: wjolitz@soda.berkeley.edu (William F. Jolitz)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: More on NMI problems.
  5. Date: 4 Sep 1992 18:26:47 GMT
  6. Organization: U.C. Berkeley, CS Undergraduate Association
  7. Lines: 34
  8. Message-ID: <1889p7INN5sn@agate.berkeley.edu>
  9. References: <1992Sep2.123248.17492@ponds.uucp>
  10. NNTP-Posting-Host: soda.berkeley.edu
  11.  
  12. In article <1992Sep2.123248.17492@ponds.uucp> rivers@ponds.uucp (Thomas David Rivers) writes:
  13. >Well, I got much advice on my NMI problems; indicating that I probably
  14. >did, in fact, have a bad memory chip on my machine.
  15. >So; I grabbed testext.exe from SIMTEL20 and let it have at the machine,
  16. >to determine which chip was bad, etc....
  17.  
  18. I missed your earlier inquiry, but I thought I should post a notice
  19. regarding "trap 19" problems.
  20.  
  21. In particular, a student in Linkoping University sent me a fax regarding
  22. a problem with booting: he would get a "trap type 19 code..." message
  23. and the system would panic.
  24.  
  25. Trap type 19 indicates an nmi trap (see trap.h). In this particular
  26. case, the problem was localized to the motherboard (a 486DX 33MHz ISA,
  27. made in Taiwan).
  28.  
  29. There are two possibilities in this situation:
  30.  
  31. 1. Bad memory parity. This could be a bad memory chip (run memory tests
  32. to confirm). However, it should be noted that some cheap boards have
  33. BIOS's which do not initialize memory correctly. In this case, one must 
  34. clear memory blindly BEFORE touching it. If it is an inadaquate board,
  35. one might want to get a better (in-spec) one and use the other one for
  36. MS-DOS.
  37.  
  38. 2. There is a difference between "expanded" (e.g. LIM) memory and 
  39. "extended" (e.g. above 0x100000) memory. If any memory is allocated
  40. to "expanded" memory, then problems will occur.
  41.  
  42. A number of people are experiencing 1) and 2) and have written me 
  43. accordingly. I hope this helps isolate a few of those "mystery" problems.
  44.  
  45. Lynne Jolitz.
  46.