minor HX-DOS doc update

This commit is contained in:
Wengier
2022-08-01 21:22:31 -04:00
parent c45e856a3a
commit d0066f0e58
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ It is recommended to run DOSBox-X on a DOS system with at least 128MB of RAM. Yo
If you want to enable long filename support, before running DOSBox-X you also need to load the (freely available) DOSLFN driver and then start DOSBox-X with "DOSBOX-X -SET LFN=1".
If network functionality (such as IPX and Modem support) is desired, you will need to load a packet driver for your ethernet card, and modify the settings in WATTCP.CFG where needed.
For running DOSBox-X with a language file rather than English (default), you can use -LANGCP option to specify a language file, such as "DOSBOX-X -LANGCP JA_JP" for Japanese messages.
Further Information about DOSBox-X

View File

@@ -86,7 +86,7 @@ for i in `ls contrib/translations/` ; do cp contrib/translations/$i/*.lng langua
cd "$top/$hxdosdir" || exit 1
echo "Packing up now..."
$tooldir/zip.exe -r -9 ../"$name" {CHANGELOG.txt,COPYING.txt,dosbox-x.exe,dosbox-x.ref,dosbox-x.ref.full,FREECG98.BMP,wqy_1?pt.bdf,Nouveau_IBM.ttf,DPMILD32.EXE,HDPMI32.EXE,HXGUIHLP.INI,README.TXT,WINSPOOL.DRV,*.DLL,drivez/*,language/*} || exit 1
$tooldir/zip.exe -r -9 ../"$name" {CHANGELOG.txt,COPYING.txt,dosbox-x.exe,dosbox-x.ref,dosbox-x.ref.full,FREECG98.BMP,wqy_1?pt.bdf,Nouveau_IBM.ttf,DPMILD32.EXE,HDPMI32.EXE,HXGUIHLP.INI,README.TXT,WATTCP.CFG,WINSPOOL.DRV,*.DLL,drivez/*,language/*} || exit 1
cd ..
exit 0