Re: Please help to forward port 80 to 8800 with ipfw

From: Scot Hetzel <swhetzel_at_gmail.com>
Date: Fri, 13 Oct 2006 13:09:08 -0500
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
Received 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