summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/README.booting_dos
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-05-07 09:23:36 +0000
committerkris <kris@FreeBSD.org>2000-05-07 09:23:36 +0000
commit390c965a23ca202dea796e03d92cb9d8a09a13d0 (patch)
tree532629c2e5fc1dcf84b78ac5e2d499199f1dcea8 /usr.bin/doscmd/README.booting_dos
parent317ebb57aa2d2c6b4a937eb50867fc515e18b46d (diff)
downloadFreeBSD-src-390c965a23ca202dea796e03d92cb9d8a09a13d0.zip
FreeBSD-src-390c965a23ca202dea796e03d92cb9d8a09a13d0.tar.gz
Update device references.
Diffstat (limited to 'usr.bin/doscmd/README.booting_dos')
-rw-r--r--usr.bin/doscmd/README.booting_dos7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/doscmd/README.booting_dos b/usr.bin/doscmd/README.booting_dos
index e33924f..926c3ac 100644
--- a/usr.bin/doscmd/README.booting_dos
+++ b/usr.bin/doscmd/README.booting_dos
@@ -1,19 +1,18 @@
/* BSDI README.booting_dos,v 2.2 1996/04/08 19:32:18 bostic Exp*/
+/* $FreeBSD$ */
To install DOS on a pseudo hard disk under doscmd:
1) Create a .doscmdrc with at least the following:
- assign A: /dev/rfd0_1440_3.5 1440
- assign A: /dev/rfd0_720_3.5 720
+ assign A: /dev/fd0.1440 1440
+ assign A: /dev/fd0.720 720
assign hard boot_drive 80 2 2
You may need to adjust the raw files for the A: drive to match
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)
OpenPOWER on IntegriCloud