freebsd_amp_hwpstate/usr.bin/doscmd
Bruce Evans c724b81f25 Fixed DPADD. ${LIBGCC} must be added explicitly since the default
linkage rule is overridden.  The -L option must be in ${DPADD} so that
`make checkdpadd' works.  Actually use ${DPADD}.

FIxed missing dependencies for doscmd.  Use ${LIBCRT0} instead of a
hard-coded path in the rule for doscmd.

Added comments about the kludges used to build 2 binaries and 2 data
files in one directory.  It shouldn't be done this way.  The dependencies
on sources took extra work to get right, and the dependencies on objects
are still broken (one set is missing and the other has the wrong libs).

Fixed some style bugs while I'm here:
- don't override the (correct) default for MAN1.
- use `beforeinstall', not `afterinstall' to install auxiliary files.
  `afterinstall' is for fixing messes made by `install'.
1997-12-16 16:36:43 +00:00
..
AsyncIO.c
AsyncIO.h
Makefile Fixed DPADD. ${LIBGCC} must be added explicitly since the default 1997-12-16 16:36:43 +00:00
Makefile.dos Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
PROBLEMS
ParseBuffer.c
README
README.booting_dos Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
bios.c
callback.c
callback.h
cmos.c
com.h
config.c
cpu.c
crt0.c
cwd.c
cwd.h
debug.c
disktab.c
dispatch.h
dos.c
dos.h
doscmd.1 Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
doscmd.c Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
doscmd.h Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
doscmd_loader.c
ems.c Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
ems.h Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
emsdriv.S Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
emsdriv.sys.uu Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
emuint.c Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
emuint.h Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
exe.c
font.h
i386-pinsn.c
int.c
int1a.c
int2f.c
int10.c
int13.c
int14.c
int16.c
int17.c
intff.c Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
mem.c
mouse.c
mouse.h
net.c
port.c
redir.S Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
redir.com.uu Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
register.h
setver.c
signal.c
timer.c
trace.c
trap.c Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
trap.h
tty.c
video.h
vparams.h
xms.c Add support for EMS emulation to doscmd. This requires changing the 1997-09-30 22:04:06 +00:00
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 xms/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