Thank you! Just to make sure, I go to /usr/src

you meant /usr/src/sys i think

make
make install
shutdown -r now


Also, I have always used:
make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL

strange way unless building new system.

normal way is

cd /usr/src/sys/<yourarch>/conf
edit mykernel
config mykernel
cd ../compile/mykernel
make depend
make
make install

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to