"Eric W. Biederman" wrote:
>
> Ronald G Minnich <[EMAIL PROTECTED]> writes:
>
> > On Sat, 24 Mar 2001, Ollie Lho wrote:
> >
> > > With some minor modification, your tree works on Winfast 6300
> > > with DoC. I will try to commit them to CVS next week. Ron, what is the
> > > progression on your side ?? I can only handle x86 stuff.
> Ollie that is nice to know. What did I break?
>
1. need "arch" command in config file.
2. heap size == 64KB, too small for a DoC setup.
3. need #include <i386_subr.h> in arch/i386/lib/i386_subr.h and
mainboard/*/irq_tables.c
Ollie