compiling the kernel faster

From: kamal kc (kamal_ckk_at_yahoo.com)
Date: 10/27/05

  • Next message: ray_at_redshift.com: "Re: compiling the kernel faster"
    Date: Thu, 27 Oct 2005 04:54:10 -0700 (PDT)
    To: freebsd <freebsd-net@freebsd.org>
    
    

    hello everybody,

    i am new to kernel programming.
    i am developing a compression/decompression
    functionality in the ip layer.

    i want to compile the kernel faster.

     it would
    be ok if the kernel doesn't have support for sound
    devices, or other devices like scsi,usb etc. because
    i would be using the compiled kernel for
    network data compression only.

    how could i do that. which source files and where in
    the makefiles do i make modifications ????

    thanks for any suggestions

    kamal

                    
    __________________________________
    Yahoo! FareChase: Search multiple travel sites in one click.
    http://farechase.yahoo.com
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: ray_at_redshift.com: "Re: compiling the kernel faster"

    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)