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/18/2005 10:17:28
On 6/17/05, Andy Ruhl <acruhl@gmail.com> wrote:
> On 6/17/05, Matthew Orgass <darkstar@city-net.com> wrote:
> > On 2005-06-16 darkstar@city-net.com wrote:
> >
> > >   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 jus=
t
> > > before it would die gets a TLB miss trap, so I guess something didn't=
 get
> > > set up right.  I can't look any more right now.
> >
> >   Reverting arch/mips/mipsX_subr.S to 1.15 lets it boot.

If it helps any, I just synched -current a few minutes ago and built a
kernel on my 3.0_BETA amd64 machine for the hpcmips.

Here's exactly what it says before it hangs and doesn't continue:

mem_cluster_cnt =3D 2
mem_clusters[0] =3D {0x0,0x37d000}
mem_clusters[1] =3D {0x37d000,0x1c83000}
loading 0x37d000,0x1c83000

And that's it. Not even as far as the 3.0_BETA kernel goes.

Shall I open a pr?

Andy