comparison ReadMe @ 0:6641a883d6b0

Initial revision
author boisy
date Thu, 04 Apr 2002 16:34:12 +0000
parents
children a2e1e7563ed7
comparison
equal deleted inserted replaced
-1:000000000000 0:6641a883d6b0
1 COCO OS-9 SOURCE PROJECT
2
3 This project was started some years ago by Boisy Pitre, and Alan DeKok.
4 The idea was to create a well documented repository of OS-9 Level One and
5 Level Two source code for the Color Computer.
6
7 That goal has largely been reached, though there are still modules that have
8 yet to be disassembled and properly commented. Also, other source files
9 need additional commenting.
10
11 FILE ORGANIZATION
12 All source files contain the file extension '.asm' The source files are
13 organized into their respective directories, with the topmost being:
14
15 level1/ ..... OS-9 Level One V2 source
16 level2/ ..... OS-9 Level Two V2 source
17 level2v3/ ..... OS-9 Level Two V3 source
18 defs/ ..... OS-9 definition files
19 3rdparty/ ..... Third party drivers, applications, etc.
20
21 The level1/, level2/, and level3/ directories contain makefiles and
22 subdirectories for commands, modules and bootfiles.
23
24 DEFINITION FILES
25 The defs/ directory has definition files for the OS-9 packages.
26
27 os9defs ..... Defs files for level1/ and level2/
28 os9defs.l2v3 ..... Defs files for level2v3/
29 systype.l1 ..... Defs files for level1/
30 systype.l2 ..... Defs files for level2/ and level2v3/
31 scfdefs ..... SCF file manager defs
32 rbfdefs ..... RBF file manager defs
33 pipedefs ..... PipeMan defs for level1/ and level2/
34 pipedefs.l2v3 ..... PipeMan defs for level2v3/
35 l51.defs ..... Used by level2v3/
36 l52.defs ..... Used by level2v3/
37
38 BUILDING
39 The provided makefiles use the os9tools package, which can be found at
40 www.sourceforge.net, in order to assemble source files into binary modules.
41 Simply type 'make' at the project's root directory to assemble.
42