On Fri, 22 Mar 2002, Cheryl Homiak wrote:

> Ok, couldn't find the file with instructions; apparently it compiled ok
though.
> then I tried to do a "mke install" as me not as root.
> Here is what I got:
>
> There is no support anymore for a systemwide DOSEMU installation,
period.
> Just copy ./bin/{dos,dosdebug} to ./bin of an installed dosemu-freedos
tree.
> Ok, but I'm not running freedos; I'm running my own dos-6.22, so what do
I do?
> I can certainly re-install my debian version of dosemu but that is
system-wide
> and I don't think there will be a bin directory unless I also install
freedos.
> Sorry if there is a file explaining this, but I didn't find it.

There are some differences between the Debian and default dosemu configs.
What you can do if a Debian dosemu is installed:
from .../dosemu-1.1.3 as root:
make sure that /usr/local/bin comes before /usr/bin in your PATH

install -m 0755 bin/dosemu.bin bin/dosdebug dist/dosemu /usr/local/bin
ln -s dosemu /usr/local/bin/xdosemu
install -m 0644 etc/dosemu.conf /etc
install -m 0644 etc/global.conf /var/lib/dosemu
install -d /var/lib/dosemu/keymap;
install -m 0644 etc/keymap/* /var/lib/dosemu/keymap;

I think it will then work with your existing Debian config and Debian
updates don't overwrite (because Debian /usr/bin/{dos,xdosemu,dosemu.bin}
use
/etc/dosemu/dosemu.conf
/usr/lib/dosemu/{keymap,global.conf}
)

Alternatively as suggested above, download the 1.0.2.1 binary from
dosemu.org and replace dosemu.bin and dosdebug.
MSDOS instead of FreeDOS is accomplished by having different directory
contents (ie no kernel.sys, but io.sys and msdos.sys)

Bart


-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to