HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

LOADFIX — Reduce available conventional memory for old programs (default: 64KB). More information: <https://ww

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandconventionalmemoryclireduceloadfixforavailable

Problem

How to use the LOADFIX command: Reduce available conventional memory for old programs (default: 64KB). More information: <https://www.dosbox.com/wiki/LOADFIX>.

Solution

LOADFIX — Reduce available conventional memory for old programs (default: 64KB). More information: <https://www.dosbox.com/wiki/LOADFIX>.

Start a program with 64KB allocated memory:
LOADFIX {{program}}


Load with custom KB reduction (1-1024):
LOADFIX -{{32}} {{program}}


Free all previously allocated memory:
LOADFIX -f

Code Snippets

Start a program with 64KB allocated memory

LOADFIX {{program}}

Load with custom KB reduction (1-1024)

LOADFIX -{{32}} {{program}}

Free all previously allocated memory

LOADFIX -f

Context

tldr-pages: dos/LOADFIX

Revisions (0)

No revisions yet.