Jump to content

HighMem: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
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.
HighMem is a simple utility that marks dynamic link libraries (DLLs) so they can be loaded in high memory (above 512MB), based on an earlier program called [[Above 512]] from [[Takayuki Suwa]]. [[C]] source code included.


==Version==
==Version==
* Last known version: [http://www.os2site.com/sw/dev/util/highmem-20140406-os2.zip HighMem v.1.0.0\n"] (2014-04-06)
* 1.0.0 (2014-04-06)


==Licence==
==Licence==
Line 9: Line 9:
==Author==
==Author==
* [[Yuri Dario]]
* [[Yuri Dario]]
* [[Takayuki Suwa]]


[[Category:Utilities]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:Utilities]][[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 21:15, 7 November 2018

HighMem is a simple utility that marks dynamic link libraries (DLLs) so they can be loaded in high memory (above 512MB), based on an earlier program called Above 512 from Takayuki Suwa. C source code included.

Version

  • 1.0.0 (2014-04-06)

Licence

Open source software released under the Apache Software Licence v2.

Author