i'm working on page replacement algorithm. for testing algorithm, i'm trying to analyse pattern in which OS would request Memory( Pages ). How should i trace these Memory request (Virtual) ?
Asked
Active
Viewed 92 times
0
-
In case of `ReactOS` adding hooks to http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/memory.c?view=markup seems like good 1st guess. Which OS you want to analyze? – xmojmr Sep 04 '14 at 08:30
-
i'm looking for Linux and Windows. I'm using Ubuntu 14.04 and Windows 8 – bhushan23 Sep 04 '14 at 12:52
-
https://github.com/torvalds/linux/tree/master/mm ? – xmojmr Sep 04 '14 at 15:11