annotate level1/README @ 556:28a203bbd2cc

findstr and signal finished.
author roug
date Tue, 22 Oct 2002 19:09:04 +0000
parents b93f53a7cfa3
children
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
183
b93f53a7cfa3 Slight mods
boisy
parents: 0
diff changeset
19 DEFS/ ..... Definition files from OS-9 Level One disk
b93f53a7cfa3 Slight mods
boisy
parents: 0
diff changeset
20 SYS/ ..... System files from OS-9 Level One disk
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
21
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
22 BUILDING
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
23 Typing 'make' will build modules and command binaries from the sources
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
24 in the CMDS/ and MODULES/ directories, as well as bootfiles in the
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
25 BOOTFILES/ directory.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
26
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
27 DISK IMAGES
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
28 The disk images in the DISKS/ directory are provided for reference during
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
29 disassembly and commenting. They are zipped, and the contents can be
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
30 accessed using the os9tools package on www.sourceforge.net.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
31
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
32 CHANGES
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
33 Thus far, the only modules that differ from the original Tandy distribution
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
34 are the clock module and the date command. Both have been modified to handle
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
35 Y2K issues properly.