annotate level1/README @ 0:6641a883d6b0

Initial revision
author boisy
date Thu, 04 Apr 2002 16:34:12 +0000
parents
children b93f53a7cfa3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
1 OS-9 LEVEL ONE V2.00.00 SOURCE ARCHIVE
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3 LEVEL I:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4 System and User programs in system memory. The Coco 1 & 2 and Dragon
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5 64 ran OS-9 with both the system and user programs executing out of the
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
6 same 64K memory map.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
8 This directory contains the source to OS-9 Level One Version 2.00.00 as
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
9 sold by Radio Shack for the Tandy Color Computer.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
10
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11 FILE ORGANIZATION
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 Sources and bootfiles are separated into the following directories:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14 DISKS/ ..... Disk images of disks 1 & 2 of OS-9 Level One
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
15 CMDS/ ..... Source for all commands on disks 1 and 2
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
16 MODULES/ ..... Source for all modules on disk 2
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
17 BOOTFILES/ ..... Bootfiles generated from the MODULES and CMDS
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
18 directories
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
19
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
20 BUILDING
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
21 Typing 'make' will build modules and command binaries from the sources
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
22 in the CMDS/ and MODULES/ directories, as well as bootfiles in the
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
23 BOOTFILES/ directory.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
24
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
25 DISK IMAGES
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
26 The disk images in the DISKS/ directory are provided for reference during
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
27 disassembly and commenting. They are zipped, and the contents can be
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
28 accessed using the os9tools package on www.sourceforge.net.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
29
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
30 CHANGES
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
31 Thus far, the only modules that differ from the original Tandy distribution
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
32 are the clock module and the date command. Both have been modified to handle
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
33 Y2K issues properly.