So far, this is a rewrite of the Physical Memory Mapper by The Dude of Dudes.
It has two functions:
1. Translate Virtual to Physical
2. Change the Physical address that a Virtual address maps on to
I plan to add one more:
3. Allocate non-paged system memory
The intention is to provide utilities for user mode applications that want to share data, mess around or do something else.
I am looking for:
Ideas for more functions to implement
Comment on the code
Comment on the comments (lol)
[attachment deleted by admin]
Aero,
I was going to test it, but I cannot without the w2k includes.
Paul
They are in Four-F's KMD kit, but if you do not want to download it here they are.
[attachment deleted by admin]
Aero,
w2kundoc.inc needs ntddk.inc
Paul
I edited the zip, it is in there now.
Thanx, I just downloaded thekmd kit, also.
Paul
Bypassing windows's MMU...
i think it is not a smart action and extreme useless