diff options
-rw-r--r-- | usr.bin/doscmd/README.booting_dos | 2 | ||||
-rw-r--r-- | usr.bin/doscmd/doscmd.1 | 6 |
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 |