Example
Build the world
Go to the freebsdsrc/
(the root directory of the FreeBSD source tree you've already downloaded) and build the world:
sudo make -j${NUMBER_OF_PROCESSORS} buildworld KERNCONF=MODEDKERNEL -DNO_CLEAN
Estimated time
- Estimated time on Hasee Q540S running on a one processor: 8 hours.
- Estimated time on Dell L702X running on 8 processors: 98 minutes.
Build the kernel
To build the kernel run:
sudo make -j${NUMBER_OF_PROCCESORS} buildkernel KERNCONF=UFFIE -DNO_CLEAN
Estimated time
- Estimated time on Hasee Q540S running on a one processor: 2 hours.
- Estimated time on Dell L702X running on 8 processors: 19 minutes.