Difference between revisions of "LOADFIX"

From DOSBoxWiki
Jump to navigationJump to search
(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…')
 
(No difference)

Latest revision as of 04:18, 30 September 2010

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