DosMapPhysMem() dynalink library

From OS2World.Com Wiki
Revision as of 23:18, 19 January 2014 by Martini (talk | contribs) (Created page with "==Description== This software is a dynalink library that maps specified physical memory region to 32bit process address space and unmaps it. Before, all OS/2 32bit processes c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This software is a dynalink library that maps specified physical memory region to 32bit process address space and unmaps it. Before, all OS/2 32bit processes can access physical memory only via tightly-limited way such as DIVE / GRADD video framebuffer. This DLL internally issues mighty DevHlp_VMAlloc() to realize such memory mapping via common device driver SCREEN0x.SYS, thus, now you can access to any position of physical memory freely.

Download

Version 1.0.1

License

  • GNU LGPL

Author