Subject: Re: memory, booting, etc..
To: Niklas Hallqvist <niklas@appli.se>
From: Chris Hopps <chopps@emunix.emich.edu>
List: amiga-dev
Date: 03/11/1994 05:46:54
> A couple of days ago Chris stated that "everyone" is waiting for a
> new pmap module from the hp300 guys. Maybe they address this problem.
> Chris, where do these guys keep their discussions? On a m68k-list?
> On a hp300-list? I haven't seen anything on current-users...
Its hibler's hp300 code not NetBSD's. So were waiting for that. And
its not much different besides the 040 stuff.
> PS. Noone has answered how I in trap() can make a memory
> reference to a page mapped in user-space (i.e. I know
> the user-space VA, but I guess the data is mapped elsewhere,
> or not at all, in the traphandler). Anyone?
copyin(); (which in turn uses moves opcode)
Chris.
------------------------------------------------------------------------------