ah I specified VM_PROT_ALL because I though that was "protecting"
against reads/writes and executes.
I had it the wrong way around, it was that VM_PROT that confused me,
my kernel panic works perfectly now thanks.

Regards

Ray Kinsella

On Sun, May 10, 2009 at 5:22 PM, Ryan Stone <[email protected]> wrote:
> Oh, and you're passing VM_PROT_ALL -- that says "map this
> read/write/execute".  You want VM_PROT_READ
>
> Ryan Stone
>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to