Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2006 13:09:08 -0500
From:      "Scot Hetzel" <swhetzel@gmail.com>
To:        "fulan Peng" <fulanpeng@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Please help to forward port 80 to 8800 with ipfw
Message-ID:  <790a9fff0610131109i86a4010pdb8dc0392f6fe41d@mail.gmail.com>
In-Reply-To: <bf0f1bc90610131011i7c196bf4yb8e27462680a730e@mail.gmail.com>
References:  <bf0f1bc90610130746m311e56a0pa1531da9837a56c7@mail.gmail.com> <20061013151728.GA41884@dan.emsphone.com> <bf0f1bc90610131011i7c196bf4yb8e27462680a730e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/13/06, fulan Peng <fulanpeng@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0610131109i86a4010pdb8dc0392f6fe41d>