freebsd_amp_hwpstate/usr.bin/doscmd
Sheldon Hearn ce1fc2b2df Fix problems introduced in the previous commit:
*	Do not use explicit paragraphing (Pp) to separate list items.
*	Do not use semi-colons to punctuate list items; the use or
	periods eases maintenance.
*	Do not mark up external shell commands as internal commands
	(Ic).
*	Do not introduce new hard sentence breaks.
2000-06-23 09:08:45 +00:00
..
AsyncIO.c
AsyncIO.h
Makefile Install a VGA font for the X11 mode. Use a line like 2000-06-23 08:57:17 +00:00
Makefile.dos
PROBLEMS
ParseBuffer.c
README
README.booting_dos Update device references. 2000-05-07 09:23:36 +00:00
bios.c
callback.c Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
callback.h
cmos.c
com.h
config.c Allow in/out to work in DOS programs. 1999-10-13 23:48:35 +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
crt0.c
cwd.c Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested. 1999-11-08 17:28:46 +00:00
cwd.h
debug.c
disktab.c
dispatch.h
dos.c
dos.h
doscmd.1 Fix problems introduced in the previous commit: 2000-06-23 09:08:45 +00:00
doscmd.c Install a VGA font for the X11 mode. Use a line like 2000-06-23 08:57:17 +00:00
doscmd.h Allow in/out to work in DOS programs. 1999-10-13 23:48:35 +00:00
doscmd_loader.c
ems.c
ems.h
emsdriv.S
emsdriv.sys.uu
emuint.c
emuint.h
exe.c
font.h
fonts.dir Install a VGA font for the X11 mode. Use a line like 2000-06-23 08:57:17 +00:00
i386-pinsn.c
int.c
int1a.c
int2f.c
int10.c
int13.c
int14.c
int16.c
int17.c
intff.c
mem.c
mouse.c
mouse.h
net.c
port.c Allow in/out to work in DOS programs. 1999-10-13 23:48:35 +00:00
redir.S
redir.com.uu
register.h
setver.c
signal.c
timer.c
trace.c
trap.c
trap.h
tty.c Default to no backspace/delete swapping. 1999-10-13 23:40:49 +00:00
video.h
vparams.h
xms.c
xms.h

README

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

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 ems 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 (not planned to work)

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