annotate level2/ReleaseNotes @ 427:0c2fe4522d75

Updated
author boisy
date Sun, 22 Sep 2002 16:01:09 +0000
parents b1cc0a119d84
children d8735c4a9a83
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 ****
boisy
parents:
diff changeset
2 **** BETA1 RELEASE - 08/21/2002 ****
boisy
parents:
diff changeset
3
boisy
parents:
diff changeset
4 This release of OS-9 Level One for the Tandy Color Computer 3
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 ============
427
0c2fe4522d75 Updated
boisy
parents: 377
diff changeset
12 There are three single-sided 40 track DSK images ending in '_ss40_1.dsk',
0c2fe4522d75 Updated
boisy
parents: 377
diff changeset
13 '_ss40_2.dsk' and '_ss40_3.dsk' for disks 1, 2 and 3, 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 The other disk image ending in '_ds40.dsk' is a double-sided 40 track
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
16 disk image that contains all of the files found on single-sided disks
427
0c2fe4522d75 Updated
boisy
parents: 377
diff changeset
17 1, 2 and 3. This is useful for those who have double-sided drives and
377
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
18 want the entire operating system to reside on one disk.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
19
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
20 USING THE DISK IMAGES
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
21 =====================
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
22 All images will work with Jeff Vavasour's CoCo 3 emulator as-is. If you
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
23 wish to transfer the 35 track disk images to a 5.25" or 3.5" floppy disk
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
24 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
25 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
26
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
27 1. Download and install the latest version of fdutils from
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
28 http://fdutils.linux.lu/
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 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
31 following lines at the end of the file:
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 "COCO360":
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
34 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
35
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
36 "COCO720":
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
37 DS DD sect=18 cyl=80 ssize=256 tpi=48 fm=0 gap=8
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
38
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
39 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
40
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
41 4. Type the following command:
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
42
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
43 setfdprm /dev/fd1 coco (35 Track SSDD floppy disk)
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
44 OR
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
45 setfdprm /dev/fd1 coco360 (360K 5.25" floppy disk)
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
46 OR
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
47 setfdprm /dev/fd1 coco720 (720K 3.5" floppy disk)
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 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
50 adjustments to the above commands for your environment.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
51
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
52 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
53 for a second then stop. Type this command:
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
54
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
55 dd if=<diskimagefile> of=/dev/fd1
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
56
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
57 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
58 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
59 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
60
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
61 Repeat steps 3-5 for each additional disk.
b1cc0a119d84 Added more instructions on making a floppy disk
boisy
parents: 369
diff changeset
62