Compiling in sound driver in kernel

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Fri Jun 12 12:44:57 UTC 2009


> 	# cd /usr/src/sys/i386/conf
> 	# cp GENERIC MYKERNEL
> 	(or use any other descriptive name instead of MYKERNEL).
> 	edit MYKERNEL and add
> 		device sound
> 		device snd_hda
> 	# cd /usr/src
> 	# make buildkernel KERNCONF=MYKERNEL
> 	# make installkernel KERNCONF=MYKERNEL
> 	# reboot

why not:


edit MYKERNEL
config MYKERNEL
cd ../compile/MYKERNEL
make depend
make
make install

?



More information about the freebsd-questions mailing list