summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-13 10:08:05 +0000
committerobrien <obrien@FreeBSD.org>1999-08-13 10:08:05 +0000
commitba7e7370e46326c3d1f455eeef0856c8a6f0c02a (patch)
tree795219ae1c58f094ba70acf3b00c107172f942b0 /usr.bin/doscmd
parent43df2a8dbd4768fdf3fe7c3ef8e958b569609528 (diff)
downloadFreeBSD-src-ba7e7370e46326c3d1f455eeef0856c8a6f0c02a.zip
FreeBSD-src-ba7e7370e46326c3d1f455eeef0856c8a6f0c02a.tar.gz
Use our floppy device names rather than BSD/OS's.
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/README.booting_dos2
-rw-r--r--usr.bin/doscmd/doscmd.16
2 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/doscmd/README.booting_dos b/usr.bin/doscmd/README.booting_dos
index 3f0098b..e33924f 100644
--- a/usr.bin/doscmd/README.booting_dos
+++ b/usr.bin/doscmd/README.booting_dos
@@ -12,6 +12,8 @@ To install DOS on a pseudo hard disk under doscmd:
your system. This example will cause the HD drive to be tried
first and the DD drive second.
+ [ For FreeBSD the A: drive devices are /dev/rfd0.1440 and /dev/rfd0.720 ]
+
Note that you should only use raw devices or files at this point,
do not use a cooked device! (Well, it would probably be okay
for a hard disk, but certainly not the floppy)
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index a9dedea..08b320c 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" BSDI doscmd.1,v 2.3 1996/04/08 19:32:29 bostic Exp
-.\" $Id$
+.\" $Id: doscmd.1,v 1.9 1999/07/12 20:23:25 nik Exp $
.\"
.Dd January 30, 1995
.Dt DOSCMD 1
@@ -587,8 +587,8 @@ Create a
.Pa .doscmdrc
with at least the following:
.Bd -literal -offset indent
-assign A: /dev/rfd0_1440_3.5 1440
-assign A: /dev/rfd0_720_3.5 720
+assign A: /dev/rfd0.1440 1440
+assign A: /dev/rfd0.720 720
assign hard boot_drive 80 2 2
.Ed
.Pp
OpenPOWER on IntegriCloud