Steps : cd /usr/src/sys/i386/conf cp GENERIC LB_TYPE-D /usr/sbin/config LB_TYPE-D cd ../compile/LB_TYPE-D make depend && make && make install && reboot now This example of my Custom Kernel used for LOADBALANCER : cpu I686_CPU ident LB_TYPE-D makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread […]