From 16577268afa0e04971d32c9a1fb273d3c774fe16 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Fri, 3 Oct 2003 12:28:41 +0000 Subject: [PATCH] Added changes (cd label, loadfix) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1291 --- README | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README b/README index 17046551..048555a4 100644 --- a/README +++ b/README @@ -86,6 +86,9 @@ MOUNT -cd -cd Displays all detected cdrom drives and their numbers. Use with -usecd. + -label name + Set the cd label to the given name. Needed on some systems if the cd label isnt read correctly. + Note: It's possible to mount a local directory as cdrom drive. Hardware support is then missing. @@ -105,10 +108,22 @@ CONFIG [-writeconf] [-writelang] localfile Write the current configuration or language settings to file. "localfile" is located on the local drive !!! -LOADFIX +LOADFIX [-option] [programname] [parameters] Program to "eat up" memory. Useful for old programs which don't expect much memory to be free. + -[size] number of kb to "eat up", default = 64kb + + -f frees all previously allocated memory + + Examples: + 1. To start mm2.exe and allocate 64kb memory : + loadfix mm2 + 2. To start mm2.exe and allocate 32kb memory : + loadfix -32 mm2 + 3. To free previous allocated memory : + loadfix -f + For more information use the /? command line switch with the programs.