home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 9140 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.9 KB  |  46 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!swrinde!emory!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (Richard Murphey)
  4. Subject: Re: [386BSD] Making a buildable kernel source tree
  5. In-Reply-To: pc123@cus.cam.ac.uk's message of 20 Nov 92 20:05:15 GMT
  6. Message-ID: <RICH.92Nov20234453@omicron.Rice.edu>
  7. Sender: news@rice.edu (News)
  8. Reply-To: Rich@rice.edu
  9. Organization: Department of Electrical and Computer Engineering, Rice
  10.     University
  11. References: <1eitflINN6jv@usenet.INS.CWRU.Edu>
  12.     <PC123.92Nov20200511@apus.cus.cam.ac.uk>
  13. Date: Sat, 21 Nov 1992 05:44:53 GMT
  14. Lines: 30
  15.  
  16. In article <PC123.92Nov20200511@apus.cus.cam.ac.uk> pc123@cus.cam.ac.uk (Pete Chown) writes:
  17.    I am having some difficulty getting my kernel sources into a state
  18.    where I can rebuild the kernel.  I installed the source distribution
  19.    as normal, and applied the official patches.  Then I tried to install
  20.    the patches that came with the X distribution, but they didn't work -
  21.    some already seemed to be applied while others just failed.  Does
  22.    anyone have any suggestions on this?  Do you, for example, have to
  23.    apply the X patches to a completely clean kernel?
  24.  
  25. This has become a frequently asked question, so it deserves posting.
  26.  
  27. The XFree86 kernel patches were contribued to the patchkit.  Since the
  28. XFree86 and the patch kit have identcal patches for X, use one or the
  29. other not both.  If you apply patches 28-31, don't apply the XFree86
  30. kernel patches.
  31.  
  32. However you do need to add
  33.         options XSERVER,UCONSOLE
  34. to your kernel configuration file.  Otherwise the X support is
  35. #ifdefed out.
  36.  
  37. BTW, although we donated the patches, the attribution failed to make
  38. it in.  The authors are:
  39.  
  40. patch00028 Pace Willisson (pace@blitz.com)
  41. patch00029 David Dawes (dawes@physics.su.OZ.AU)
  42. patch00030 Pace Willisson (pace@blitz.com)
  43. patch00031 Pace Willisson (pace@blitz.com)
  44.  
  45. Rich
  46.