summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/README.booting_dos
blob: 926c3ac1f3e809d8db78e3886ebe50b31d002267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/* 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/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.

	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)

	boot_drive should be the file name of where you want your bootable
	image to be.  The three numbers which follow "80 2 2" say that the
	drive will have 80 cylinders, 2 heads and 2 sectors per track.
	This is the smallest drive possible which still can have MS DOS
	5.0 installed on it along with a config.sys and autoexec.bat file.

	You might want to create a larger boot drive.

	The file boot_drive must exist, so use the command touch to create
	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 redir.com onto the floppy by either mounting it
	with the msdos file system type or by using mtools.

		(i.e. mwrite redir.com a:)

    3)	run doscmd.

    4)	At the > prompt type "fdisk"

    5)	Select "Create DOS partition or Logical Drive"

    6)	Select "Create Primary DOS Partition"

    7)	Tell it how big to make it (I say use the whole drive.
	It is pretty tiny after all.)

    8)	Get out of FDISK by hitting <ESC> a few times.

    9)	doscmd will now abort (will try and fix this in a future version)

    10)	start up doscmd again, leaving the floppy in the drive.

    11)	At the > prompt, type "format c:" and follow the instructions.

    12) At the > prompt type "sys c:"

    13) Get out of doscmd.

    14) Either remove the floppy from the drive or add the line

	    boot C:

    	to your .doscmdrc

    15)	You should now be running DOS off of your new disk.  You will
	probably want both config.sys and an autoexec.bat file.  To
	start with, you can say:

	> copy con: config.sys
	LASTDRIVE=Z
	^Z
	> copy con: autoexec.bat
	@echo off
	redir.com
	^Z

	
    16) Quit doscmd.

    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

    	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