LOADFIX

From DOSBoxWiki
Revision as of 04:18, 30 September 2010 by Rtalaman (talk | contribs) (Created page with ''''LOADFIX''' is a program to reduce the amount of available conventional memory. It's useful for old programs which don't expect much memory to be free. ==Command line parame…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

LOADFIX is a program to reduce the amount of available conventional memory.

It's useful for old programs which don't expect much memory to be free.

Command line parameters

LOADFIX [-size] [program] [program-parameters] LOADFIX -f

-size
number of kilobytes to "eat up", default = 64kb
-f
frees all previously allocated memory

Examples: 1. To start mm2.exe and allocate 64kb memory (mm2 will have 64 kb less available) :

      loadfix mm2

2. To start mm2.exe and allocate 32kb memory :

      loadfix -32 mm2

3. To free previous allocated memory :

      loadfix -f