Date: Fri, 26 Jul 2002 16:54:47 +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: <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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Jul 2002 15:21:20 +0200 Piotr Wozniak <piotr.wozniak@cs.put.poznan.pl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020726165447.232c837d.wvengen>