On 10/13/06, fulan Peng <fulanpeng_at_gmail.com> wrote: > After make LINT;make cleandepend;make depend;make; make install, I > Please help me to get the new LINT kernel to work. Were you executing these commands from /usr/src/sys/i386/conf? If you where, then this will not build a LINT kernel, all it does is create the LINT kernel configuration file in /usr/src/sys/i386/conf. What you need to do is make a copy of GENERIC, and then modify that file to add the options you need. cd /usr/src/sys/i386/conf cp GENERIC MyKernel cd /usr/src make buildkernel KERNCONF=MyKernel make installkernel KERNCONF=MyKernel ScotReceived on Fri Oct 13 2006 - 16:10:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:01 UTC