Subject: Re: non executable stack
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 02/02/2003 14:35:55
manu@netbsd.org (Emmanuel Dreyfus) writes:

> - i386 is unable to have a non executable page which is writable.

Readable. On i386, readability of a page implies executability. I
think the same is true of arm32, m68k, mips, sh3, vax, and x86-64.

        - Nathan