annotate docs/articles/bootprocess.article @ 710:4b8f2de93c51

Added DS40 target
author boisy
date Sat, 04 Jan 2003 02:23:45 +0000
parents b0501e9fb255
children 2038f48c78e4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
696
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
1 <?xml version="1.0" ?>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
4 <!--
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
5 The author has not been contacted about adding this article to the
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
6 documentation set.
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
7 -->
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
8 <article>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
9 <articleinfo>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
10 <title>The OS-9 Boot Process</title>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
11 <subtitle>COCO Computer</subtitle>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
12 <author><firstname>Alan</firstname><surname>DeKok</surname>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
13 <affiliation>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
14 <address>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
15 <email>aland@striker.ottawa.on.ca</email>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
16 </address>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
17 </affiliation>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
18 </author>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
19 <revhistory>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
20 <revision>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
21 <revnumber>1</revnumber>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
22 <date>Tue Apr 29 21:53:46 EDT 1997</date>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
23 <revremark>Last update</revremark>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
24 </revision>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
25 </revhistory>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
26 </articleinfo>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
27 <orderedlist>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
28 <listitem><para>Typing 'DOS' at the DECB 'OK' prompt loads in track 34 off of the disk.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
29
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
30 <listitem><para> Track 34 gets loaded into address $2600, and execution of code
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
31 starts at $2602.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
32
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
33 <listitem><para> $2602 contains a BRA to the execution point of the REL module.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
34
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
35 <listitem><para> REL copies the boot track ($2600 to $3800) to address $ED00, and jumps to
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
36 another routine inside of REL, at the new address.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
37
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
38 <listitem><para> REL then jumps to OS9p1, which sets up system variables, the system
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
39 memory map, system call tables, IRQ &amp; SWI setup, and calls BOOT.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
40
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
41 <listitem><para> BOOT reads sector $000000 off of a disk, and finds out where the
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
42 OS9Boot file is.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
43
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
44 <listitem><para> BOOT requests system memory for the size of OS9Boot, seeks to where
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
45 OS9Boot is, and loads it directly into RAM.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
46
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
47 <listitem><para> It then returns to OS9p1, after setting up pointers in low memory to
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
48 the OS9Boot file.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
49
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
50 <listitem><para> OS9p1 links to OS9p2, and executes it.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
51
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
52 <listitem><para> OS9p2 sets up more system calls, links to the clock module, and
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
53 calls it.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
54
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
55 <listitem><para> Clock sets up some more system calls, starts multitasking, and
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
56 returns to OS9p2.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
57
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
58 <listitem><para> OS9p2 then does F$Chain of 'CC3Go'. This prints a start up banner,
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
59 and runs your 'startup' file through a shell.</para></listitem>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
60 </orderedlist>
b0501e9fb255 Hmm. 'xmlto' does not allow underscore in filenames
roug
parents:
diff changeset
61 </article>