home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9168 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.8 KB  |  44 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!ncar!csn!boulder!ophelia!drew
  3. From: drew@ophelia.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: tweaking the kernel
  5. Message-ID: <1992Aug27.031355.15689@colorado.edu>
  6. Keywords: HD controllers
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: ophelia.cs.colorado.edu
  9. Organization: University of Colorado at Boulder
  10. References: <6027@pdxgate.UUCP>
  11. Date: Thu, 27 Aug 1992 03:13:55 GMT
  12. Lines: 30
  13.  
  14. In article <6027@pdxgate.UUCP> moyerg@rigel.cs.pdx.edu (gary a moyer) writes:
  15. >I am in the process of trying to get the kernel to compile.  Due to 
  16. >limited memory size I would like to squeeze the kernel down to the
  17. >essesntials.  My question is this:  can I omit the scsi drivers by
  18. >modifying the config.dist.h and removing all the scsi #def's?  I
  19. >am only using and IDE controller so I see no need for any of the
  20. >scsi drivers.
  21. >           Thanks.
  22. >
  23.  
  24. You could, but as soon as the next Linux version comes out, you'll
  25. have to do it again.  The way this works is you #undef CONFIG_DISTRIBUTION
  26. in config.h, and tailor the config.site.h to suit your tastes.  
  27.  
  28. Default is for no SCSI drivers, normal hard disk, etc.
  29.  
  30. Theoretically, you will be able to keep the same config.site.h 
  31. throughout the next N Linux releases, until some one puts in 
  32. something you want.
  33.  
  34. Also, if you aren't using SCSI support, until a decent config utility
  35. is used, you might want to remove the scsi.a reference and scsi reference
  36. from the makefile after doing the configuration trick - this will cut compile
  37. time some what.
  38.  
  39. -- 
  40. Microsoft is responsible for propogating the evils it calls DOS and Windows, 
  41. IBM for AIX (appropriately called Aches by those having to administer it), but 
  42. marketing's sins don't come close to those of legal departments.
  43. Boycott AT&T for their absurd anti-BSDI lawsuit.
  44.