Subject: Re: 3.0_BETA kernel won't boot?
To: Matthew Orgass <darkstar@city-net.com>
From: Andy Ruhl <acruhl@gmail.com>
List: port-hpcmips
Date: 06/17/2005 12:33:42
On 6/17/05, Matthew Orgass <darkstar@city-net.com> wrote:
> On 2005-06-16 darkstar@city-net.com wrote:
>=20
> >   It is before that, uvm_kmapent_alloc called from uvm_map
> > from uvm_km_alloc1 in kmeminit.  The line that dies is:
> >                 entry->flags =3D UVM_MAP_KERNEL;
> > which is trying to set 0xc0000fd0.  Trying to examine that in DDB just
> > before it would die gets a TLB miss trap, so I guess something didn't g=
et
> > set up right.  I can't look any more right now.
>=20
>   Reverting arch/mips/mipsX_subr.S to 1.15 lets it boot.

Ok, this conversation is now beyond what I think I can work on. I'm
able to test things, but I'm not able to understand what's wrong with
the code.

If anything more from me is needed, let me know (that was directed to
anyone). Does adding debugging options to the kernel help here?

Andy