freebsd-dev/usr.bin/doscmd
2002-05-16 02:19:14 +00:00
..
AsyncIO.c Cast the uc_mcontext member to regcontext *, not the whole ucontext_t. 2002-05-10 10:40:46 +00:00
AsyncIO.h
bios.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
callback.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
callback.h
cmos.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
com.h
config.c Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
cp437-8x8.pcf.gz.uu
cp437-8x14.pcf.gz.uu
cp437-8x16.pcf.gz.uu
cpu.c Fix wrong bitmask. 2002-05-10 10:37:57 +00:00
crt0.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
cwd.c More consistancy. file system > filesystem 2002-05-16 02:19:14 +00:00
cwd.h
debug.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
disktab.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
dispatch.h
dos.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
dos.h Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +00:00
doscmd_loader.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
doscmd.1 More consistancy. file system > filesystem 2002-05-16 02:19:14 +00:00
doscmd.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
doscmd.h Don't rely on <sys/signal.h> to include <sys/ucontext.h>. 2002-02-17 17:19:14 +00:00
ems.c More consistancy. file system > filesystem 2002-05-16 02:19:14 +00:00
ems.h
emsdriv.S
emsdriv.sys.uu
emuint.c Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +00:00
emuint.h Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +00:00
exe.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
fonts.dir
i386-pinsn.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int1a.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int2f.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int10.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int13.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int14.c Mark some parameters as unused. 2002-03-30 13:51:40 +00:00
int16.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int17.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
int.c Mark some parameters as unused. 2002-03-30 13:51:40 +00:00
intff.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
Makefile
Makefile.dos
mem.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
mouse.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
mouse.h
net.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
ParseBuffer.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
port.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
PROBLEMS
README More consistancy. file system > filesystem 2002-05-16 02:19:14 +00:00
README.booting_dos More consistancy. file system > filesystem 2002-05-16 02:19:14 +00:00
redir.com.uu
redir.S
register.h
setver.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
signal.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
timer.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
trace.c Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +00:00
trap.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
trap.h
tty.c Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +00:00
tty.h
video.c Update FreeBSD SCM IDs. 2002-03-07 12:52:27 +00:00
video.h
vparams.h
xms.c Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +00:00
xms.h Reduce the number of spelling mistakes. 2002-04-12 21:18:05 +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 filesystem 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