Re: compiling the kernel faster

From: Marcin Jessa (lists_at_yazzy.org)
Date: 10/27/05

  • Next message: Jason Thorpe: "Re: FreeBSD 5/6/7 kernel emulator for NetBSD 2.x"
    Date: Thu, 27 Oct 2005 14:27:06 +0200
    To: kamal kc <kamal_ckk@yahoo.com>
    
    

    On Thu, 27 Oct 2005 04:54:10 -0700 (PDT)
    kamal kc <kamal_ckk@yahoo.com> wrote:

    > 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

    Read the handbook -
    http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

    Next time remember to post to questions@ when asking begginer questions.

    Cheers
    Marcin
    _______________________________________________
    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: Jason Thorpe: "Re: FreeBSD 5/6/7 kernel emulator for NetBSD 2.x"

    Relevant Pages

    • Re: compiling the kernel faster
      ... > i am developing a compression/decompression ... > i want to compile the kernel faster. ... Next time remember to post to questions@ when asking begginer questions. ...
      (freebsd-net)
    • allocating 14KB memory per packet compression/decompression results in vm_fault
      ... i put the code in the ip_output.c and do my compression/decompression ... I used mallocto allocate the memory space. ... I also sometimes allocate an mbuf during compression/decompression. ... Now when i run the modified kernel the behaviour is unpredictable. ...
      (freebsd-hackers)
    • allocating 14KB memory per packet compression/decompression results in vm_fault
      ... i put the code in the ip_output.c and do my compression/decompression ... I used mallocto allocate the memory space. ... I also sometimes allocate an mbuf during compression/decompression. ... Now when i run the modified kernel the behaviour is unpredictable. ...
      (freebsd-net)
    • Re: compiling the kernel faster
      ... > | i want to compile the kernel faster. ... also can take a look into the NOTES kernel config ... Do not use the strip command. ...
      (freebsd-hackers)
    • Re: compiling the kernel faster
      ... | i want to compile the kernel faster. ... boot to see what drivers the OS is loading for your hardware). ... you should boot to the new kernel. ...
      (freebsd-net)