0
|
1 OS-9 LEVEL TWO V3.00.00 SOURCE ARCHIVE
|
|
2
|
|
3 This directory contains the source to OS-9 Level Two as modified
|
|
4 by Kevin Darling, et al. This is the infamous "upgrade" version.
|
|
5
|
|
6 FILE ORGANIZATION
|
|
7 Sources and bootfiles are separated into the following directories:
|
|
8
|
|
9 DISKS/ ..... Disk images of disks 1 & 2 of OS-9 Level Two
|
|
10 CMDS/ ..... Source for all commands
|
|
11 MODULES/ ..... Source for all modules
|
|
12 BOOTFILES/ ..... Bootfiles generated from the MODULES and CMDS
|
|
13 directories
|
|
14
|
|
15 BUILDING
|
|
16 Typing 'make' will build modules and command binaries from the sources
|
|
17 in the CMDS/ and MODULES/ directories, as well as bootfiles in the
|
|
18 BOOTFILES/ directory.
|
|
19
|
|
20 DISK IMAGES
|
|
21 The disk images in the DISKS/ directory are provided for reference during
|
|
22 disassembly and commenting. They are zipped, and the contents can be
|
|
23 accessed using the os9tools package on www.sourceforge.net.
|
|
24
|
|
25 CHANGES
|
|
26 This source archive reflects the changing state of this upgrade, and it is
|
|
27 expected that the sources will change as features are added to this "upgrade"
|
|
28 verison.
|
|
29
|