I am reading up on paging and memory management unit on wikipedia. How does reference and modified bit of the page table entry affects the operation of paging?
en.wikipedia.org/wiki/Paging
http://en.wikipedia.org/wiki/Memory_management_unit
http://wiki.osdev.org/Paging
I’m assuming you are referring the accessed and dirty bits. These bits solely exist to aid the implementation of a memory manager and do not affect the working of the MMU.
From Intel’s manual, Volume 3: System Programming, Section 3.6.4 (I’ve compacted two points into one since they are nearly identical, italic text holds only for the dirty bit):