summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/README.booting_dos
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doscmd/README.booting_dos')
-rw-r--r--usr.bin/doscmd/README.booting_dos20
1 files changed, 14 insertions, 6 deletions
diff --git a/usr.bin/doscmd/README.booting_dos b/usr.bin/doscmd/README.booting_dos
index 6172442..3f0098b 100644
--- a/usr.bin/doscmd/README.booting_dos
+++ b/usr.bin/doscmd/README.booting_dos
@@ -29,10 +29,10 @@ To install DOS on a pseudo hard disk under doscmd:
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.
- (i.e. mwrite instbsdi.exe a:)
+ (i.e. mwrite redir.com a:)
3) run doscmd.
@@ -72,18 +72,26 @@ To install DOS on a pseudo hard disk under doscmd:
^Z
> copy con: autoexec.bat
@echo off
- instbsdi.exe
+ redir.com
^Z
16) Quit doscmd.
- 17) You know have a bootable pseudo disk which will automatically call
- the magic "instbsdi" program, which installs BSDI disks. To use
+ 17) You now have a bootable pseudo disk which will automatically call
+ the magic "redir" program, which installs FreeBSD disks. To use
them add lines to your .doscmdrc such as:
assign D: /usr/dos
assign P: -ro /usr/prb
- Not ethat you will not always be able to access every file due to
+ Note that you will not always be able to access every file due to
naming problems.
+
+ 18) To use the new EMS memory you need to copy the file emsdriv.sys
+ to your DOS boot disk (disk image) in the same way you copied
+ redir.com. The use it in your "config.sys" from DOS:
+ device=C:\emsdriv.sys
+ where C: is your boot drive (supply the correct letter, if needed)
+ and emsdriv.sys is the driver. You could load it high. It should
+ report "Doscmd EMS 4.0 driver installed".
OpenPOWER on IntegriCloud