Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 01:04:00 +0200
From:      Willem van Engen <wvengen@stack.nl>
To:        Piotr Wozniak <piotr.wozniak@cs.put.poznan.pl>
Cc:        freebsd-emulation@FreeBSD.ORG
Subject:   Re: doscmd - error
Message-ID:  <20020726010400.500d7320.wvengen@stack.nl>
In-Reply-To: <3D400749.2070003@cs.put.poznan.pl>
References:  <3D400749.2070003@cs.put.poznan.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Jul 2002 16:12:25 +0200
Piotr Wozniak <piotr.wozniak@cs.put.poznan.pl> wrote:

> Hi,
> Could you help me?
> I have followed steps in man page (doscmd) but with no success..
> (I've tested DOS 6.0 and 5.0)
> I get messages like this:
> --
> Uknown interrupt 15 function 4101
> Uknown interrupt 15 function ...
> doscmd: fatal error int16 func 0x1 only supported in X mode
It looks like your doscmd doesn't have X support compiled in. Do the
following as root (assuming you have the system sources installed and
of course X11):
  # cd /usr/src/usr.bin/doscmd
  # make; make install

- Willem

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020726010400.500d7320.wvengen>