I tried posting to comp.os.linux.help but got no response. Sorry
to keep this channel open. It would seem that the dosemu0.49 should
run out of the box since the /etc/dosemu/config file is interpreted
at run time. Not so. After loading up diskimage I get a never ending
sequence of:
SYSCALL ERROR:38 function not implemented in file mutex.c
expr=semop(sem,semoa,1)
line 52 or 79.
I tried several tweaks of the config file and I do get the time/date
prompt but it ends there.
When I do compile dosemu0.49 by: make config, make dep, make install
I get an ld error since the lib ipc can't be found( this is SLS 1.03, the
latest on tsx-11). I read an earlier post that I should just drop the
-lipc from the ld statement, and the make install goes through. However
the emulator then just hangs, as if it were waiting for input and never
sees the keyboard.
I got the earlier version of dosemu to run, but this one seems to be
a giant step backward. Any clues for the clueless?