annotate level1/ReadMe @ 2011:484c5493599a

Slight massaging for looks
author boisy
date Mon, 06 Mar 2006 04:08:59 +0000
parents e7b88498bb05
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1694
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
1 ***************
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
2 NitrOS-9 ReadMe
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
3 ***************
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
4
1694
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
5 Welcome to NitrOS-9!
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
6
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
7 DISTRIBUTION
e237e466bf7d Updated
boisy
parents: 881
diff changeset
8 ============
1447
ddf57424f7b3 Updated ReadMe to reflect addition of 720K disk image
boisy
parents: 1436
diff changeset
9 There are two double-sided 40 track DSK images ending in '_ds40_1.dsk',
ddf57424f7b3 Updated ReadMe to reflect addition of 720K disk image
boisy
parents: 1436
diff changeset
10 and '_ds40_2.dsk' for disks 1 and 2, respectively. For those with
ddf57424f7b3 Updated ReadMe to reflect addition of 720K disk image
boisy
parents: 1436
diff changeset
11 3.5" 720K drives, an 80 track DSK image ending in '_ds80.dsk' is also
ddf57424f7b3 Updated ReadMe to reflect addition of 720K disk image
boisy
parents: 1436
diff changeset
12 included in the distribution.
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
13
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
14 USING THE DISK IMAGES
e237e466bf7d Updated
boisy
parents: 881
diff changeset
15 =====================
1694
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
16 If you wish to transfer the disk images to a floppy disk for use with a
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
17 real CoCo, follow the steps below:
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
18
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
19 WINDOWS/DOS:
e237e466bf7d Updated
boisy
parents: 881
diff changeset
20
1551
8cb72bbe71f4 Updated
boisy
parents: 1448
diff changeset
21 1. Download and install the latest version of DSKINI/RETRIEVE at
8cb72bbe71f4 Updated
boisy
parents: 1448
diff changeset
22 http://www.nitros9.org/
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
23
1694
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
24 2. Insert a blank double-sided floppy in to your drive (we assume B:)
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
25
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
26 3. Type the following command, replacing the name of the image:
e237e466bf7d Updated
boisy
parents: 881
diff changeset
27
1694
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
28 DSKINI /T40 /D B: <diskimagefile> (360K 5.25" floppy disk)
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
29 DSKINI /T80 /D B: <diskimagefile> (720K 3.5" floppy disk)
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
30
e237e466bf7d Updated
boisy
parents: 881
diff changeset
31 Where <diskimagefile> is the image file you want to transfer to the
e237e466bf7d Updated
boisy
parents: 881
diff changeset
32 floppy disk. The image file transfer should start. When it is done,
e237e466bf7d Updated
boisy
parents: 881
diff changeset
33 take out the disk and try booting your CoCo with it.
e237e466bf7d Updated
boisy
parents: 881
diff changeset
34
e237e466bf7d Updated
boisy
parents: 881
diff changeset
35 Repeat steps 2-3 for each additional disk.
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
36
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
37
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
38 LINUX:
e237e466bf7d Updated
boisy
parents: 881
diff changeset
39
e237e466bf7d Updated
boisy
parents: 881
diff changeset
40 1. Download and install the latest version of fdutils from
e237e466bf7d Updated
boisy
parents: 881
diff changeset
41 http://fdutils.linux.lu/
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
42
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
43 2. Once installed, edit the /usr/local/etc/mediaprm file and add the
e237e466bf7d Updated
boisy
parents: 881
diff changeset
44 following lines at the end of the file:
e237e466bf7d Updated
boisy
parents: 881
diff changeset
45
e237e466bf7d Updated
boisy
parents: 881
diff changeset
46 "COCO360":
1448
eb5365d81751 Updated ReadMes
boisy
parents: 1447
diff changeset
47 DS DD sect=18 cyl=40 ssize=256 tpi=48
eb5365d81751 Updated ReadMes
boisy
parents: 1447
diff changeset
48
eb5365d81751 Updated ReadMes
boisy
parents: 1447
diff changeset
49 "COCO720":
eb5365d81751 Updated ReadMes
boisy
parents: 1447
diff changeset
50 DS DD sect=18 cyl=80 ssize=256 tpi=96
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
51
e237e466bf7d Updated
boisy
parents: 881
diff changeset
52 3. Insert your blank floppy into the drive on your Linux box.
e237e466bf7d Updated
boisy
parents: 881
diff changeset
53
e237e466bf7d Updated
boisy
parents: 881
diff changeset
54 4. Type the following command:
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
55
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
56 setfdprm /dev/fd1 coco360 (360K 5.25" floppy disk)
1694
e7b88498bb05 Changes for the 03.02.04 release.
boisy
parents: 1551
diff changeset
57 setfdprm /dev/fd1 coco720 (720K 3.5" floppy disk)
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
58
e237e466bf7d Updated
boisy
parents: 881
diff changeset
59 This assumes your floppy drive is /dev/fd1. You may need to make
e237e466bf7d Updated
boisy
parents: 881
diff changeset
60 adjustments to the above commands for your environment.
e237e466bf7d Updated
boisy
parents: 881
diff changeset
61
e237e466bf7d Updated
boisy
parents: 881
diff changeset
62 5. After typing the setfdprm command, the floppy drive unit should spin
e237e466bf7d Updated
boisy
parents: 881
diff changeset
63 for a second then stop. Type this command:
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
64
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
65 dd if=<diskimagefile> of=/dev/fd1
881
aaa419ee956e Renamed ReleaseNotes to ReadMe
boisy
parents:
diff changeset
66
1008
e237e466bf7d Updated
boisy
parents: 881
diff changeset
67 Where <diskimagefile> is the image file you want to transfer to the
e237e466bf7d Updated
boisy
parents: 881
diff changeset
68 floppy disk. The image file transfer should start. When it is done,
e237e466bf7d Updated
boisy
parents: 881
diff changeset
69 take out the disk and try booting your CoCo with it.
e237e466bf7d Updated
boisy
parents: 881
diff changeset
70
e237e466bf7d Updated
boisy
parents: 881
diff changeset
71 Repeat steps 3-5 for each additional disk.
e237e466bf7d Updated
boisy
parents: 881
diff changeset
72