LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   FreeBSD 7.0 - kernel building very slow (https://www.linuxquestions.org/questions/%2Absd-17/freebsd-7-0-kernel-building-very-slow-643030/)

ivanatora 05-18-2008 07:03 AM

FreeBSD 7.0 - kernel building very slow
 
Hello,
I've followed the instructions at FreeBSD Handbook. The process of make is very slow - taking for more than an hour. I do:
make buildkernell KERNCONF=MYKERNEL
Also if something interrupts the process (power off, reset...) the whole process begin from the very beginning.
I have Slackware 12 installed on the same PC and kernel compilation goes much faster there. Also if something interrupts the make process, when I do make for the second time it continues from the point where it was stopped.
Can you give me some insight about these issues?

vermaden 05-19-2008 01:22 AM

you may use more CPUs/COREs of you have by:
Code:

# make -j4 buildkernel KERNCONF=MYKERNEL
# make installkernel

FreeBSD and Linux kernel are two different things, so its no suprise that their build times differ.


All times are GMT -5. The time now is 04:39 PM.