Above 512: Difference between revisions
Appearance
Created page with "A simple utility that marks dynamic link libraries (DLL's) so they can be loaded in high memory (above 512MB), there is a newer version of the program available called..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
A simple utility that marks [[dynamic link libraries]] (DLL's) so they can be loaded in | A simple utility that marks [[dynamic link libraries]] (DLL's) so they can be loaded in high memory (above 512MB), there is a newer version of the program available called [[HighMem]]. [[C]] source code included. | ||
== | ;Version | ||
* | Above 512 0.01b (2004-01-28) | ||
==Links== | |||
*[http://hobbes.nmsu.edu/download/pub/os2/dev/util/above512_001b.zip above512_001b.zip] | |||
==Author== | ==Author== | ||
* [[Takayuki Suwa]] | * [[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 10:37, 6 January 2017
A simple utility that marks dynamic link libraries (DLL's) so they can be loaded in high memory (above 512MB), there is a newer version of the program available called HighMem. C source code included.
- Version
Above 512 0.01b (2004-01-28)