freebsd-ports/emulators/doscmd/files/patch-doscmd.1
Edwin Groothuis d2e53c6719 Fixes and extra functionality for emulators/doscmd
A year or so ago I emailed these patches to the maintainer
	and didn't get any feedback. Just rediscovered them so
	figured I should submit them before they get lost...

	patch-bioscursor
	Fixes the BIOS cursor handling so that programs such as the
	DOS edit.com and qbasic.exe work correctly

	patch-desqview-timeslice
	Allows INT15 timeslicing so that programs which support it
	can avoid 100% CPU utilization

	patch-quitemode
	Adds a -Q option which suppresses all video IO. Also helps
	optimize the input behavior especially when polling for
	input.

	patch-fossil-support
	Adds a -F option which enables support for FOSSIL IO using stdio.

PR:		ports/114615
Submitted by:	Stephen Hurd <shurd@sasktel.net>
Approved by:	maintainer timeout
2007-09-23 12:48:46 +00:00

41 lines
871 B
Groff

--- doscmd.1.orig Tue Mar 30 08:00:00 2004
+++ doscmd.1 Sun Sep 23 22:46:19 2007
@@ -38,7 +38,7 @@
.Nd run a subset of real-mode DOS programs
.Sh SYNOPSIS
.Nm
-.Fl 23AbDEfGHIMOPRrtVvXxYz
+.Fl 23AbDEFfGHIMOPQRrtVvXxYz
.Fl c Ar file
.Fl d Ar file
.Fl i Ar port Ns Xo
@@ -139,6 +139,9 @@
.\"
.\"
.\"
+.It Fl F
+Enables support for FOSSIL IO using stdio.
+.\"
.It Fl G
Enable debugging of the video (graphics) routines.
.\"
@@ -212,6 +215,10 @@
.Li outb ,
etc).
.\"
+.It Fl Q
+Suppresses all video IO. Helps optimize the input behavior especially
+when polling for input.
+.\"
.\"
.\"
.It Fl R
@@ -754,7 +761,7 @@
and then typing
.Ic make install
in the source directory (normally
-.Pa /usr/src/usr.bin/doscmd ) .
+.Pa /usr/ports/emulators/doscmd ) .
For this to work, the X programmer's kit must have been installed.
.Sh AUTHORS
.An Pace Willisson ,