home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25167 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!drycas.club.cc.cmu.edu!ghod
  2. From: ghod@drycas.club.cc.cmu.edu
  3. Newsgroups: comp.os.linux
  4. Subject: Re: .99.2 to .99.3 : getting it to boot
  5. Message-ID: <1993Jan22.191653.2983@drycas.club.cc.cmu.edu>
  6. Date: 22 Jan 93 19:16:52 -0500
  7. References: <1jn6d2$h5l@introl.introl.com> <1jnd20INNluc@matt.ksu.ksu.edu>
  8. Organization: Carnegie Mellon Computer Club
  9. Lines: 54
  10.  
  11. In article <1jnd20INNluc@matt.ksu.ksu.edu>, probreak@matt.ksu.ksu.edu (James Michael Chacon) writes:
  12. > pete@introl.com (Pete Ikusz) writes:
  13. >>I have .99.2 working nicely, so I applied the kernel patch to bring me
  14. >>up to .99.3. From this I built a kernel, (which of course doesn't work(knowing me)).
  15. >>I have: 486-33, 8 meg ram, 0 swap, IDE disk.
  16. >>The errors are : 
  17. >>---------------------------------------------------------------------
  18. >>Serial driver version 3.8 withirq.c:bad bottom half of entry.
  19. >> no serial options enabled.
  20. >>ttys0 at 0x03f8 ( irq = 4 ) is a 16450
  21. >>ttys1irq.c: bad bottom half entry.
  22. >> bad bottom half entry.
  23. >> is a 16450
  24. >>8 virtual consoles
  25. >>general protection: 0000
  26. >>EIP: 0008:0000CFB8
  27. >>EFLAGS: 00010286
  28. >>fs: 0017
  29. >>base: C0000000, limit: 000A0000
  30. >>pid: 0, process nr: 0
  31. >>ff d0 83 C4 04 C3 90 90 90 90
  32. >>task[0] (swapper) killed: unable to recover
  33. >>kernel panic: trying to free swapper memory space
  34. >>In swapper task - not syncing
  35. >>---------------------------------------------------------------------
  36. >>Do I need a newer version of gcc? I am running 2.2.2d.
  37. >>Can anyone offer any advice?
  38. >>Thanks.
  39. >>-Pete
  40. > You might try upgrading, since a lot of the include files changed from
  41. > 2.2.2d to 2.3.3. While the kernel doesn't use any standard library calls,
  42. > the difference in the include files may be making it have problems booting.
  43. > You can get 2.3.3 from tsx-11.mit.edu in the pub/linux/GCC directory.
  44. > James
  45.  
  46. For the record, I'm still using gcc 2.2.2d and my 0.99.3 kernel compiled and
  47. works just fine. This may run your phone bill up, but I suggest downloading
  48. the complete 0.99.3 source and trying that rather than applying the patches
  49. to 0.99.2. Now, I don't mean to imply that using the diffs is what's causing
  50. the trouble, but when weird stuff like that starts happening to me, my first
  51. instinct is to start over with a nice fresh copy of everything. And the easiest
  52. way to do that is to get the complete source. At the very least, this 
  53. eliminates the possibility of the patches being applied incorrectly. Hope
  54. this helps.
  55.  
  56. -Bill
  57.