Ronald G Minnich <[EMAIL PROTECTED]> writes:
> On Fri, 8 Jun 2001, Caleb Crome wrote:
>
> > * instructions in HOWTO/L440GX. It says to
> > apply patch linux-2.4.0-test12-l440gx.patch
> > to the kernel. This patch does not exist.
> >
> > * cd romimages/RON_L440GX; make
> > This doesn't work either. It's looking for
> > ../../src/lib/hardwaremain.c, which actually seems
> > to be in ../../src/arch/[i386|alpha]/lib/hardwaremain.c
>
> yes. The romimages stuff is old dead stuff that I can't get !@#$! CVS to
> remove.
cvs update -d -P
cleans this up in practice.
> You have to use the config files in util/config. You should NEVER
> move files around and you should NEVER edit a Makefile. They're all
> obsolete at this point.
I'll double check that the L440GX build later this month. Currently
the IOAPIC initialization is hardcoded for the L440GX and with a
second dual processor board being supported this needs to change.
Eric