From owner-freebsd-emulation Fri Jul 26 7:56:31 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4940D37B400 for ; Fri, 26 Jul 2002 07:56:28 -0700 (PDT) Received: from atlantis.homeip.net (a30032.upc-a.chello.nl [62.163.30.32]) by mx1.FreeBSD.org (Postfix) with SMTP id BE1E843E31 for ; Fri, 26 Jul 2002 07:56:26 -0700 (PDT) (envelope-from wvengen@stack.nl) Received: (qmail 97327 invoked from network); 26 Jul 2002 14:56:35 -0000 Received: from jeremy.ourhome.nl (192.168.1.4) by atlantis.ourhome.nl with SMTP; 26 Jul 2002 14:56:35 -0000 Date: Fri, 26 Jul 2002 16:54:47 +0200 From: Willem van Engen To: Piotr Wozniak Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: doscmd - error Message-Id: <20020726165447.232c837d.wvengen@stack.nl> In-Reply-To: <3D414CD0.6080408@cs.put.poznan.pl> References: <3D400749.2070003@cs.put.poznan.pl> <20020726010400.500d7320.wvengen@stack.nl> <3D4103D5.6080900@cs.put.poznan.pl> <20020726105747.479d33e2.wvengen@stack.nl> <3D414CD0.6080408@cs.put.poznan.pl> X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 26 Jul 2002 15:21:20 +0200 Piotr Wozniak wrote: > > > > > >t16 keyboard access and of course graphics need X. Unfortunately > >many interactive dos programs use int16. It should be possible to > >implement at least some int16 functions on the console, but that > >has yet to be written. > >If you just want to run a certain dos program, you can also run > >that program directly from doscmd, see manpage. > > > >- Willem > > > I'm sorry to bother you but I still rack my brains.. > I've installed X support, recompiled doscmd and error does not > disappear. > > I want to launch qbasic.exe for example: > # doscmd /mnt/qbasic.exe > doscmd: fatal error int10 function 0x03:50 only available in X mode > > Did anyone do it? Can you give me some concrete hints? > (manpage is very poor..) From the manpage: -x Open an X11 window to display output. This enables a variety of interrupts not available otherwise. This can be used with or without -b. I can boot dos 5.0 using: $ doscmd -x -b My ~/.doscmdrc has boot a: assign a: /usr/share/doscmd/dos50.img 1440 assign t: /tmp assign u: -ro / Use 'xset fp+ /usr/libdata/doscmd/fonts' when doscmd complains about missing fonts. I hope this gets you going. - Willem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message