On Mon, 21 Mar 2005 17:14:01 +0800, Joe Hsu <[EMAIL PROTECTED]> wrote:
> On Mon, 21 Mar 2005 18:48:45 +1100, Lucas Martin-King
> <[EMAIL PROTECTED]> wrote:
> > This may sound wierd but I suppose:
> >
> > * mmapped regions have a certain length
> >
> > Would it be possible to mmap a separate portion of the cards memory
> > We could rely on hardware support so that if a process tries to access
> > memory outside of this, it'd get a page/seg fault.
> 
> If I understood correctly, to mmap a sub-region of ram with
> being process-related(some kind of privillage control) can be
> done within kernel(driver). It seems to need no hardware support
> for this kind of mmap.

We cannot selectively map windows, but we could selectively map other
parts of the graphics memory (in page-sized units), using the usual VM
stuff in the kernel.
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to