annotate level2/ReleaseNotes @ 691:ddf512f635d2

Ever so closer
author boisy
date Mon, 30 Dec 2002 03:52:24 +0000
parents b0ec87241058
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
369
boisy
parents:
diff changeset
1 **** OS-9 Level Two VR 03.00.02 'Aries' Release Notes ****
522
d8735c4a9a83 Changed to reflect new DSK structure
boisy
parents: 427
diff changeset
2 **** BETA2 RELEASE - ??/??/2002 ****
369
boisy
parents:
diff changeset
3
522
d8735c4a9a83 Changed to reflect new DSK structure
boisy
parents: 427
diff changeset
4 This release of OS-9 Level Two for the Tandy Color Computer 3
369
boisy
parents:
diff changeset
5 represents the first community-based release since the discontinuation
boisy
parents:
diff changeset
6 of both OS-9 Level Two. This release actually takes up where the
boisy
parents:
diff changeset
7 infamous "Level 2 Upgrade" left off, and incorporates most all of the
boisy
parents:
diff changeset
8 known features of that never-officially-released version of OS-9.
boisy
parents:
diff changeset
9
377
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
10 DISTRIBUTION
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
11 ============
522
d8735c4a9a83 Changed to reflect new DSK structure
boisy
parents: 427
diff changeset
12 There are two double-sided 40 track DSK images ending in '_ds40_1.dsk',
d8735c4a9a83 Changed to reflect new DSK structure
boisy
parents: 427
diff changeset
13 and '_ds40_3.dsk' for disks 1 and 2, respectively.
377
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
14
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
15 USING THE DISK IMAGES
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
16 =====================
522
d8735c4a9a83 Changed to reflect new DSK structure
boisy
parents: 427
diff changeset
17 If you wish to transfer the disk images to a 5.25" or 3.5" floppy disk
377
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
18 for use with a real CoCo, and have a Linux system equipped with such a
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
19 disk drive unit, follow the steps below (root login is assumed):
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
20
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
21 1. Download and install the latest version of fdutils from
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
22 http://fdutils.linux.lu/
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
23
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
24 2. Once installed, edit the /usr/local/etc/mediaprm file and add the
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
25 following lines at the end of the file:
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
26
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
27 "COCO360":
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
28 DS DD sect=18 cyl=40 ssize=256 tpi=48 fm=0 gap=8
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
29
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
30 "COCO720":
592
b0ec87241058 Modified
boisy
parents: 522
diff changeset
31 DS DD sect=18 cyl=80 ssize=256 tpi=96 fm=0 gap=8
377
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
32
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
33 3. Insert your blank floppy into the drive on your Linux box.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
34
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
35 4. Type the following command:
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
36
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
37 setfdprm /dev/fd1 coco360 (360K 5.25" floppy disk)
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
38 OR
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
39 setfdprm /dev/fd1 coco720 (720K 3.5" floppy disk)
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
40
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
41 This assumes your floppy drive is /dev/fd1. You may need to make
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
42 adjustments to the above commands for your environment.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
43
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
44 5. After typing the setfdprm command, the floppy drive unit should spin
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
45 for a second then stop. Type this command:
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
46
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
47 dd if=<diskimagefile> of=/dev/fd1
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
48
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
49 Where <diskimagefile> is the image file you want to transfer to the
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
50 floppy disk. The image file transfer should start. When it is done,
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
51 take out the disk and try booting your CoCo with it.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
52
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
53 Repeat steps 3-5 for each additional disk.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
54