Please help to forward port 80 to 8800 with ipfw
Scot Hetzel
swhetzel at gmail.com
Fri Oct 13 11:10:12 PDT 2006
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
Scot
More information about the freebsd-current
mailing list