Nonetheless, you can run ETYMO und LINUX using the MS-DOS-emulater DOSEMU. Follow the steps below for an easy installation / configuration of DOSEMU.
HOW TO: STEP BY STEP
IMPORTANT NOTE (added on June 2011): Since version 0.7 (or so) DOSEMU blocks the "zero pointers" generated by the DJGPP-Compiler with which ETYMO was built. Fortunately, DOSEMU offers a compatibility mode to overcome this error. Just make sure the file /etc/dosemu/dosemu.conf contains the line
$_ignore_djgpp_null_derefs = (1)
and everything should work fine! (I have been runnig ETYMO on OpenSuSE 11.4 on a VirtualBox running on Mac OS X 10.5.8 and all the calculations worked astonishingly well ...:-))
As for the rest: stay hungry, stay foolish ... as somebody said! :-)
$_dpmi = (off) # in Kbyte
to
$_dpmi = (20000) # ... or whatever
cd /var/lib/dosemu/
cp hdimage.test etymoimage
Now, in the directory ./drives you have to create a symbolic link to the disk-image
cd /var/lib/dosemu/drives
ln -snf /var/lib/dosemu/etymoimage d
Since you will need to copy ETYMO to the image-file, create also a link to ETYMO
ln -snf /where/your/etymo/is e
Now, start DOSEMU
dos
(If it doesn't work, try to run DOSEMU as root)
You now have three drives:
C:
the system files (read-only)
D:
a copy of the hdimage.test file (read-write)
E:
the files belonging to ETYMO (read-only)
Since we just made a copy of hdimage.test, the file contains the system files shipped with DOSEMU. In order to have more free disk space for the programme, change to drive D and delete the files:
D:
del *.*
You now have about 1,2 MByte for calculations with ETYMO. In order to run the program, copy it E:
D:
copy E:\etymo.exe
copy E:\rules.txt
copy E:\corpus.txt
etc.
and run it
etymo