mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
minor HX-DOS doc update
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user