Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/chap1.chapter @ 1014:d9ed9d44b70c
Some character entities had missing semicolons. It's &CPU;
The os9l1guide and os9l2guide are now much more modular simply because
the sections that are not to be included in one of them is defined as
the empty string in the <!ENTITY declaration
Split exbin and binex pages so the occur at the right place in the manual.
Got the content for wcreate from the Internet.
author | roug |
---|---|
date | Tue, 04 Mar 2003 20:05:50 +0000 |
parents | cc153d1671f7 |
children | c9b63a3c0a17 |
comparison
equal
deleted
inserted
replaced
1013:15a1a20b70ab | 1014:d9ed9d44b70c |
---|---|
2 <title>Getting Started...</title> | 2 <title>Getting Started...</title> |
3 | 3 |
4 <section> | 4 <section> |
5 <title>What You Need to Run OS-9</title> | 5 <title>What You Need to Run OS-9</title> |
6 <para> | 6 <para> |
7 &os9level &os9version has been tailored to run on the &make;. To use it you'll need the following things: | 7 &os9level; &os9version; has been tailored to run on the &make;. To use it you'll need the following things: |
8 </para> | 8 </para> |
9 <itemizedlist mark="bullet"> | 9 <itemizedlist mark="bullet"> |
10 <listitem><para>A &minmem &make; </para></listitem> | 10 <listitem><para>A &minmem; &make; </para></listitem> |
11 <listitem><para>A Disk Drive With Contoller Cartridge</para></listitem> | 11 <listitem><para>A Disk Drive With Contoller Cartridge</para></listitem> |
12 <listitem><para>An OS-9 &make; System Disk</para></listitem> | 12 <listitem><para>An OS-9 &make; System Disk</para></listitem> |
13 </itemizedlist> | 13 </itemizedlist> |
14 <para> | 14 <para> |
15 OS-9 is also ready to use the following optional equipment that you | 15 OS-9 is also ready to use the following optional equipment that you |
32 <listitem><para>Turn the &make; and disk drive(s) on. You should see | 32 <listitem><para>Turn the &make; and disk drive(s) on. You should see |
33 the usual BASIC greeting message on the screen.</para></listitem> | 33 the usual BASIC greeting message on the screen.</para></listitem> |
34 | 34 |
35 <listitem><para>Insert the OS-9 System Disk in drive zero and close the door.</para></listitem> | 35 <listitem><para>Insert the OS-9 System Disk in drive zero and close the door.</para></listitem> |
36 | 36 |
37 <listitem><para>Type "&DOSCMD". After a few seconds of disk activity you should | 37 <listitem><para>Type "&DOSCMD;". After a few seconds of disk activity you should |
38 see a screen with the words "OS9 BOOT".</para></listitem> | 38 see a screen with the words "OS9 BOOT".</para></listitem> |
39 | 39 |
40 <listitem><para>OS-9 will then begin | 40 <listitem><para>OS-9 will then begin |
41 its "bootstrap" loading process, which | 41 its "bootstrap" loading process, which |
42 involves ten to twenty seconds of disk activity. When the system | 42 involves ten to twenty seconds of disk activity. When the system |
48 | 48 |
49 <section> | 49 <section> |
50 <title>In Case You Have Problems Starting OS-9</title> | 50 <title>In Case You Have Problems Starting OS-9</title> |
51 <itemizedlist> | 51 <itemizedlist> |
52 <listitem><para>If BASIC gives an error message after you | 52 <listitem><para>If BASIC gives an error message after you |
53 type "&DOSCMD", remove the | 53 type "&DOSCMD;", remove the |
54 disk, turn the computer off and on, then try again. If this | 54 disk, turn the computer off and on, then try again. If this |
55 repeatedly fails your OS-9 diskette may be bad.</para></listitem> | 55 repeatedly fails your OS-9 diskette may be bad.</para></listitem> |
56 | 56 |
57 <listitem><para>Did you remember to turn the disk drive power switch on?</para></listitem> | 57 <listitem><para>Did you remember to turn the disk drive power switch on?</para></listitem> |
58 | 58 |
59 <listitem><para>Does your &make; have &minmem RAM? This is a must!</para></listitem> | 59 <listitem><para>Does your &make; have &minmem; RAM? This is a must!</para></listitem> |
60 | 60 |
61 <listitem><para>If your &make; doesn't seem to understand the &DOSCMD command, your controller has DOS 1.0. You will need to upgrade to | 61 <listitem><para>If your &make; doesn't seem to understand the &DOSCMD; command, your controller has DOS 1.0. You will need to upgrade to |
62 DOS 1.1.</para></listitem> | 62 DOS 1.1.</para></listitem> |
63 | 63 |
64 <listitem><para>If the "OS9 BOOT message is displayed but nothing else happens, | 64 <listitem><para>If the "OS9 BOOT message is displayed but nothing else happens, |
65 you may have a corrupted system disk. Hopefully you did make a | 65 you may have a corrupted system disk. Hopefully you did make a |
66 backup!</para></listitem> | 66 backup!</para></listitem> |
111 followed by a "return". OS-9 should respond with a listing of file | 111 followed by a "return". OS-9 should respond with a listing of file |
112 names which should look something like this: | 112 names which should look something like this: |
113 <screen> | 113 <screen> |
114 OS9Boot startup CMDS SYS DEFS | 114 OS9Boot startup CMDS SYS DEFS |
115 </screen> | 115 </screen> |
116 The file "OS9Boot" contains the OS-9 program in &CPU machine | 116 The file "OS9Boot" contains the OS-9 program in &CPU; machine |
117 language, which was loaded into memory during the bootstrap | 117 language, which was loaded into memory during the bootstrap |
118 operation. | 118 operation. |
119 </para> | 119 </para> |
120 <para> | 120 <para> |
121 The file "startup" is a "command file" which is automatically run | 121 The file "startup" is a "command file" which is automatically run |