annotate level1/coco/ReadMe @ 2149:fff5c57bbc77

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