Jump to content

HighMem: Difference between revisions

From EDM2
Created page with "A simple utility that marks dynamic link libraries (DLL's) so they can be loaded in high memory (above 512MB), based on an earlier program called Above 512. C ..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
A simple utility that marks [[dynamic link libraries]] (DLL's) so they can be loaded in [[high memory]] (above 512MB), based on an earlier program called [[Above 512]]. [[C]] source code included.
A simple utility that marks dynamic link libraries (DLL's) so they can be loaded in high memory (above 512MB), based on an earlier program called [[Above 512]]. [[C]] source code included.


==Version==
==Version==

Revision as of 11:00, 2 February 2017

A simple utility that marks dynamic link libraries (DLL's) so they can be loaded in high memory (above 512MB), based on an earlier program called Above 512. C source code included.

Version

Licence

Open source software released under the Apache Software Licence v2.

Author