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