freebsd-dev/usr.bin/doscmd
Thomas Gellekum 86c393fc09 - Add some more x86 instructions to emulate,
- emulate VGA read mode 0,
- emulate VGA write mode 1,
- minor cleanup.

Protel's Easytrax, a free PCB layout program, almost runs now; there are
still some problems with the keyboard emulation, but the graphics are fine
(albeit a bit slow).
2001-07-30 12:03:38 +00:00
..
AsyncIO.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
AsyncIO.h Clean up the code a bit: 2001-07-24 11:50:23 +00:00
bios.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
callback.c Use macro API to <sys/queue.h> 2000-12-30 21:02:25 +00:00
callback.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cmos.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
com.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
config.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
cp437-8x8.pcf.gz.uu Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
cp437-8x14.pcf.gz.uu Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
cp437-8x16.pcf.gz.uu Install a VGA font for the X11 mode. Use a line like 2000-06-23 08:57:17 +00:00
cpu.c - Add some more x86 instructions to emulate, 2001-07-30 12:03:38 +00:00
crt0.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cwd.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
cwd.h Clean up the code a bit: 2001-07-24 11:50:23 +00:00
debug.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
disktab.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
dispatch.h Clean up the code a bit: 2001-07-24 11:50:23 +00:00
dos.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
dos.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
doscmd_loader.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
doscmd.1 Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
doscmd.c Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
doscmd.h Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
ems.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
ems.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
emsdriv.S $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
emsdriv.sys.uu Clean up the code a bit: 2001-07-24 11:50:23 +00:00
emuint.c Fix typo: compatability -> compatibility. 2001-02-06 12:05:58 +00:00
emuint.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
exe.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
fonts.dir Correct font names. Now, how on earth did this work on my system? 2001-07-26 11:05:31 +00:00
i386-pinsn.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
int1a.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
int2f.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
int10.c Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
int13.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
int14.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
int16.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
int17.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
int.c Unbreak doscmd after the sigset_t change: 1999-09-29 20:09:19 +00:00
intff.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
Makefile - Fix file names <:-(, 2001-07-30 11:38:20 +00:00
Makefile.dos Clean up the code a bit: 2001-07-24 11:50:23 +00:00
mem.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
mouse.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
mouse.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
net.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ParseBuffer.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
port.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
PROBLEMS
README Clean up the code a bit: 2001-07-24 11:50:23 +00:00
README.booting_dos Update device references. 2000-05-07 09:23:36 +00:00
redir.com.uu Clean up the code a bit: 2001-07-24 11:50:23 +00:00
redir.S $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
register.h Fix the breakage of doscmd that was caused by the rebirth 1999-10-08 09:02:39 +00:00
setver.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
signal.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
timer.c Update BIOS time. 2001-05-22 11:33:38 +00:00
trace.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
trap.c Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
trap.h Clean up the code a bit: 2001-07-24 11:50:23 +00:00
tty.c - Add some more x86 instructions to emulate, 2001-07-30 12:03:38 +00:00
tty.h Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
video.c - Add some more x86 instructions to emulate, 2001-07-30 12:03:38 +00:00
video.h - Add some more x86 instructions to emulate, 2001-07-30 12:03:38 +00:00
vparams.h Rewrite video emulation. Features: 2001-07-24 11:44:20 +00:00
xms.c Clean up the code a bit: 2001-07-24 11:50:23 +00:00
xms.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00

/* BSDI README,v 2.2 1996/04/08 19:32:16 bostic Exp*/
/* $FreeBSD$ */

This is the merged doscmd/rundos project.  Please read the man
page for help on configuring doscmd.

Things known not to work:
    *	No mouse support (yet)
    *	No raw VGA support (yet)
    *	Printer support (yet)
    *	COM ports (being worked on)
    *	redirected file system only supported for DOS 4.0 and above
	(3.3 will be supported in a future version)
    *	Graphics in an X window (only 16 colors, very few programs)

Even with this, I think it is actually a much better product.  There have 
been problems reported with the ibmpc font and the distributed X server.
If you have that problem, try setting

	X11_FONT=fixed

in your .doscmdrc.  Be aware that graphics characters will not print correctly
if you do this.

You will need to patch your kernel.  Diffs are provided against the CD-ROM.
Please let me know if there are a problem with them (I am running a pre 1.1
kernel now).

It is possible there are some problems in the floppy code due to the fact
that I am not set up to test under 1.0 at this point.  I will be in a few
days I hope.

Please send all bug reports to prb@BSDI.COM.

			-Paul Borman
			 prb@BSDI.COM
			 Jan 4 1994