comparison ReadMe @ 1047:1ba9c76ad73f

Updated
author boisy
date Sun, 16 Mar 2003 16:36:09 +0000
parents 1e235d56f59a
children b38ddf23cd43
comparison
equal deleted inserted replaced
1046:65cc7c2e43df 1047:1ba9c76ad73f
11 FILE ORGANIZATION 11 FILE ORGANIZATION
12 All source files contain the file extension '.asm' The source files are 12 All source files contain the file extension '.asm' The source files are
13 organized into their respective directories, with the topmost being: 13 organized into their respective directories, with the topmost being:
14 14
15 docs/ ..... OS-9 Documentation 15 docs/ ..... OS-9 Documentation
16 level1/ ..... OS-9 Level One V2 source 16 level1/ ..... OS-9 Level One source
17 level2/ ..... OS-9 Level Two V2 source 17 level2/ ..... OS-9 Level Two source
18 level2v3/ ..... OS-9 Level Two V3 source 18 nlevel2/ ..... NitrOS-9 Level Two source
19 nitros/ ..... NitrOS-9 source 19 nlevel3/ ..... NitrOS-9 Level Three source
20 docs/ ..... Documentation
20 defs/ ..... OS-9 definition files 21 defs/ ..... OS-9 definition files
21 3rdparty/ ..... Third party drivers, applications, etc. 22 3rdparty/ ..... Third party drivers, applications, etc.
22 hosttools/ ..... Host (Linux) tools
23 23
24 The level1/, level2/, level2v3/ and nitros/ directories contain makefiles and 24 The level1/, level2/, nlevel2/ and nlevel3/ directories contain makefiles and
25 subdirectories for commands, modules and bootfiles. 25 subdirectories for commands, modules and bootfiles.
26 26
27 DEFINITION FILES 27 DEFINITION FILES
28 The defs/ directory has definition files for the OS-9 packages. Note that 28 The defs/ directory has definition files for the OS-9 packages. Note that
29 these defs/ files are not intended for distribution disks, only for building 29 these defs/ files are not intended for distribution disks, only for building
32 os9defs ..... Defs files for all OS-9 packages 32 os9defs ..... Defs files for all OS-9 packages
33 systype ..... System definitions for all OS-9 packages 33 systype ..... System definitions for all OS-9 packages
34 scfdefs ..... SCF file manager defs 34 scfdefs ..... SCF file manager defs
35 rbfdefs ..... RBF file manager defs 35 rbfdefs ..... RBF file manager defs
36 vdgdefs ..... VDGInt driver defs 36 vdgdefs ..... VDGInt driver defs
37 pipedefs ..... PipeMan defs for level1/ and level2/ 37 pipedefs ..... PipeMan defs
38 pipedefs.l2v3 ..... PipeMan defs for level2v3/
39 l51.defs ..... Used by level2v3/
40 l52.defs ..... Used by level2v3/
41 38
42 BUILDING 39 BUILDING
43 The provided makefiles use the os9tools package, which can be found at 40 The provided makefiles use the os9tools package, which can be found at
44 www.sourceforge.net, in order to assemble source files into binary modules. 41 www.sourceforge.net, in order to assemble source files into binary modules.
45 Simply type 'make' at the project's root directory to assemble. 42 Simply type 'make' at the project's root directory to assemble.