News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Low-level Memory Manager

Started by AeroASM, June 24, 2005, 05:03:26 PM

Previous topic - Next topic

AeroASM

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]

Rifleman

Aero,
I was going to test it, but I cannot without the w2k includes.

Paul

AeroASM

#2
They are in Four-F's KMD kit, but if you do not want to download it here they are.

[attachment deleted by admin]

Rifleman


AeroASM

I edited the zip, it is in there now.

Rifleman

Thanx, I just downloaded thekmd kit, also.

Paul

Geryon

Bypassing windows's MMU...
i think it is not a smart action and extreme useless