Saravanan Jayakumar wrote:
Hi,
I am new to React-OS but following the project for quite sometime. I
would like to know how the memory managemnet and cache manger works in
React OS.Is it similar to NT?.
It is similar to NT, but not completely implemented.
If anyone can let me know the arcitecture
of these two components in ReactOS, it would be helpful for me to follow
the code.You could also give me a few pointers as of where to start of
in the code for MM and CM so that i could dissect the flow.
regards
Jay
It is very difficult to describe the MM and CM in some sentences.
A good starting point is the book 'Microsoft Windows Internals' from Mark E.
Russionovich and David A. Solomon.
- Hartmut