Re: [Solved] Re: Kernel Panic Cluedo
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Michael Smith writes:
Stephane wrote:
It could be cool if there was a Kernel simulator with memory protection...
Protection of what? Read/write memory in the kernel map is freely writable by any code within the kernel; this is what being a "monolithic" kernel is all about.
Optional redzones, as well as use-after-free, use of uninitialized data, etc, would be welcome. Solaris does this with boot-time tunables (kmem_flags), and FreeBSD and linux do much of this with compile time options. A redzone may have caught Stephane's corruption as it happened.. Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin