Date: Tue, 22 Jun 1999 00:41:19 +0700 (JAVT) From: ari <arifin@xfilesfan.com> To: freebsd-questions@freebsd.org Subject: Compile Custom Kernel? Message-ID: <199906211900.CAA20839@engine9.dnet.net.id>
next in thread | raw e-mail | index | archive | help
Hello FreeBSD, I wish to add my sound card to my kernel, but when I try running "make compile", appear message "You must build your kernel before trying to install" Below is my procedure to install new kernel, reference from handbook: #cp /usr/src/sys/i386/conf/GENERIC MYKERNEL #ee /usr/src/sys/i386/conf/MYKERENL and then I add device and controller for my soundblaster 16 card then I compile and install MYKERNEL: #cd /usr/src/sys/i386/conf #/usr/sbin/config MYKERNEL #cd ../../compile/MYKERNEL #make depend #make #make install {notes: here appear message "you must first build your kernel before trying to install} procedure above I read from handbook. FYI I use 226. I don't know where I make a mistaken, anyone know? thank you, -ari To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906211900.CAA20839>