summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/doscmd.1
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1997-09-30 22:04:06 +0000
committerjlemon <jlemon@FreeBSD.org>1997-09-30 22:04:06 +0000
commitd41bb2bc87f29068e4d03f319a4989911f2cd73c (patch)
tree648a56a6242ed5ba9d08e736053edb3c7c0a6194 /usr.bin/doscmd/doscmd.1
parent0f45f2fb69fa51d32a49bcda72f6de056fdf4b0a (diff)
downloadFreeBSD-src-d41bb2bc87f29068e4d03f319a4989911f2cd73c.zip
FreeBSD-src-d41bb2bc87f29068e4d03f319a4989911f2cd73c.tar.gz
Add support for EMS emulation to doscmd. This requires changing the
interface for callbacks to doscmd from DOS, obsoleting the instbsdi redirector. (redir.com replaces it) A temporary hack is in place so the instbsdi program will (hopefully) work in the short term. Submitted by: Helmut F. Wirth <hfwirth@ping.at>
Diffstat (limited to 'usr.bin/doscmd/doscmd.1')
-rw-r--r--usr.bin/doscmd/doscmd.119
1 files changed, 12 insertions, 7 deletions
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index c1e1ba3..76e4e31 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -37,7 +37,7 @@
.Nd run a subset of real-mode DOS programs
.Sh SYNOPSIS
.Nm doscmd
-.Fl 23AbDEfHIMOPRrtVvxz
+.Fl 23AbDEfHIMOPRrtVvXxYz
.Fl c Ar file
.Fl d Ar file
.Fl i Ar port Ns Xo
@@ -263,6 +263,11 @@ can be used with or without
.\"
.\"
.\"
+.It Fl Y
+Enable debugging of the EMS operations.
+.\"
+.\"
+.\"
.It Fl z
Cause
.Nm doscmd
@@ -315,7 +320,7 @@ to be assigned as the specified drive. If the
.Fl ro
flag is specified, it is a read only file system.
These assignments will not take place when booting DOS until the
-.Pa /usr/dos/instbsdi.exe
+.Pa /usr/libdata/doscmd/redir.com
binary is run.
.\"
.\"
@@ -622,10 +627,10 @@ must exist, so use the command touch to create it.
.It 2
Insert a floppy disk into the A: drive which is bootable to MS-DOS
and has the commands fdisk, format and sys on it. You should also
-copy the file instbsdi.exe onto the floppy by either mounting it
+copy the file redir.com onto the floppy by either mounting it
with the msdos file system type or by using mtools
(e.g.,
-.Li mwrite instbsdi.exe a: ).
+.Li mwrite redir.com a: ).
.It 3
run doscmd.
.It 4
@@ -672,7 +677,7 @@ LASTDRIVE=Z
^Z
> copy con: autoexec.bat
@echo off
-instbsdi.exe
+redir.com
^Z
.Ed
.It 15
@@ -680,8 +685,8 @@ Quit doscmd.
.It 16
You know have a bootable pseudo disk which will automatically call
the magic
-.Li instbsdi
-program, which installs BSD/OS disks. To use
+.Li redir
+program, which installs FreeBSD disks. To use
them add lines to your .doscmdrc such as:
.Bd -literal -offset indent
assign D: /usr/dos
OpenPOWER on IntegriCloud