Skip to content

Address #89: Clean up page flags

Raymond Toy requested to merge issue-89-update-page-flags into master

When we removed the PAGE_WRITE_PROTECT_CLEARED bit, we left a gap in the flags field. Clean this up by removing that gap, and updating how the various fields are defined so we're less likely to make that mistake again.

Merge request reports