On Tue, Apr 13, 2010 at 4:35 AM, Jörgen Pihlflyckt <[email protected]> wrote: > Hi! > > I noticed that the devmem applet maps two consecutive pages of memory in order > to allow access to a (non-aligned) object that spans two pages. This is a > problem if we are working with the last page of memory because the next page > would wrap around to the first page of memory.
What exactly is the problem: that you try to map past the end (and what happens? it fails?), or that access past the last page does something nasty (what exactly?). -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
