From 52df9c4493fc526daec05aca4289fbafb734742e Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Tue, 19 Nov 2002 17:23:16 +0000 Subject: [PATCH] loadfix Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@531 --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b47ffb9..cfa511d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,13 @@ - fixed all fcb-write functions - fixed fcb-parseline - added debugger under linux/freebsd - + - added debugger memory breakpoints and autolog function (heavy debug) + - added loadfix.com program that eats up memory (default 64kb) + Usage : loadfix [-option] [programname] [parameters]... + Example: loadfix mm2 (Allocates 64kb and starts executable mm2) + loadfix -32 mm2 (Allocates 32kb and starts executable mm2) + loadfix -128 (Allocates 128kb) + loadfix -f (frees all previous allocated memory) 0.56 - added support for a configclass/configfile