[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GlueSTiK and mem protection



On Thu, 3 Jun 1999, Frank Naumann wrote:

> > allocated with kmalloc() ? [...]

> You are right. Gluestik must allocate such memory in user area.

You're sure of this?  This is happening inside the device driver; I
didn't think umalloc() could be used there.  Is there a way to simply
change the visibility of the memory so that it can be seen by user
programs, or does the user program need to be able to change the
contents of the CIB?

						-sbigham