mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Modifying task_virt_to_page() so that it takes into account page protections. If mm0 writes to a task page that is meant to be read-only, (e.g. the zero page) the design is broken. Every access to a task's page will take the page fault route, and the page fault handler will return the page instead of 0.