1
0
Fork 0

Added changes (cd label, loadfix)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1291
This commit is contained in:
Ulf Wohlers 2003-10-03 12:28:41 +00:00
parent 813880ae15
commit 16577268af

17
README
View file

@ -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.