Re[2]: Building kernel.

From: DerAlSem (DerAlSem_at_inbox.ru)
Date: 02/21/04

  • Next message: Ion-Mihai Tetcu: "Re: NAT, netstat, etc."
    Date: Sat, 21 Feb 2004 16:47:09 +0300
    To: freebsd-newbies@freebsd.org
    
    

    Hello Mike,

    Saturday, February 21, 2004, 1:17:05 PM, you wrote:

    >> I have Pentium 200 MMX, 128 MB ram, FreeBSD 5.1. How long does it
    >> take to recompile kernel? Last time i've waited about 5 hour, then
    >> stopped the process...

    MM> If you're not upgrading, you can add this line in /etc/make.conf:

    MM> NO_MODULES=true

    MM> This will signifigantly reduce kernel compile time. As an alternative, you
    MM> can use MODULES_OVERRIDE, where you can list the modules you need and then
    MM> only those are built.

    MM> Example:

    MM> MODULES_OVERRIDE= vinum ntfs splash vesa

    MM> ...so on and so forth

    O, thanks, but now there are 2 more questions:
    1. I still do not know exact (approx) time of compiling kernel on
    systems like mine.
    2. Where can i read about modules, their names and descriptions?

    P.S. I've already rebuilt my kernel w\o modules, but one of my prog
    won't compile without some of this modules, so i need more information
    `bout them.

    -- 
    Best regards,
     DerAlSem                            mailto:DerAlSem@inbox.ru
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
    

  • Next message: Ion-Mihai Tetcu: "Re: NAT, netstat, etc."

    Relevant Pages

    • Re: Distributions
      ... | general there are a lot of packages for people to use. ... kernel, have to run on a multitude of different systems, they tend to be ... and slower than if you compile those packages, ... can have that stability with virtually any distro. ...
      (Debian-User)
    • Re: Distributions
      ... Ubuntu is based on Debian, ... | general there are a lot of packages for people to use. ... kernel, have to run on a multitude of different systems, they tend to be larger ... and slower than if you compile those packages, ...
      (Debian-User)
    • Problems with custom kernel fbsd 6.2
      ... My kernel for freebsd 6.2 is not compiling but only with my custom config. ... I was able to compile it with the GENERIC kernel included, but my modified one will not compile. ... # Power management support ...
      (freebsd-questions)
    • Re: [PATCH] 2.6 workaround for Athlon/Opteron prefetch errata
      ... >optimisations independently of each other', is fairly simple, (in ... >concept), and elegant, (as it lets you compile the most finely tuned ... >Up to now, selecting a CPU to compile for basically means, "Use ... it's silly to include them all in a kernel for a 386. ...
      (Linux-Kernel)
    • Re: C++ pushback
      ... There are all sorts of macros that use member initialization of that form. ... This does not break the code at run time, this breaks the code at compile time, and should be less painful. ... The kernel relies really _really_ heavily on such structure initializers, and breaking them would effectively break the world as far as the kernel is concerned. ... If they were not, one could simply make a base class having members outlined, and which class does not enforce type safety and is for inheritance only. ...
      (Linux-Kernel)