Subject: Re: panic: enter: out of address space
To: Michael Wolfson <mw34@cornell.edu>
From: Steve Peurifoy <swp@alumni.rice.edu>
List: port-hp300
Date: 03/25/2000 16:56:47
> Since I didn't find a PR on this, and since you know a lot more about the
> problem than I do, would you mind submitting a PR?

Yeah, I'll do that.

> Is there any kindly m68k guru out there that would be willing to fix this?
> 
> I'm not sure if this is related, but a few packages fail compiling with:
> virtual memory exhausted

I got tired of that long ago.  I never build a kernel anymore without
something like this in my config file.

options         DFLDSIZ=0x4000000
options         MAXDSIZ=0x8000000
options         MAXTSIZ=0x1000000

-Steve