Sunday, July 14, 2013

Write Protection

CR0 16th bit is the WP bit. When WP is set, supervisor mode code cannot write to user pages. This mechanism is used to implement copy-on-write used by UNIX in creating process.

No comments: