Mercurial > hg > Members > kono > nitros9-code
changeset 148:525b12e17d60
Made the word "Dragon" an entity, thereby making it replacable with "Color"
author | roug |
---|---|
date | Sun, 07 Jul 2002 11:45:13 +0000 |
parents | e49fb6ad1be8 |
children | bb3e4d64103a |
files | docs/nitros9guide/acia51.appendix docs/nitros9guide/chap1.chapter docs/nitros9guide/chap2.chapter |
diffstat | 3 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/nitros9guide/acia51.appendix Sun Jul 07 11:45:13 2002 +0000 +++ b/docs/nitros9guide/acia51.appendix Sun Jul 07 11:45:13 2002 +0000 @@ -3,7 +3,7 @@ <para> For those who wish to use the serial port, the input or output path of a program may be redirected to the serial port of -your Dragon computer. +your &make; computer. </para> <para> This is done by including the following module in the OS-9 kernel: @@ -43,7 +43,7 @@ <section> <title>Serial Terminal Implementation</title> <para> -For those who wish to connect two Dragon computers, running +For those who wish to connect two &make; computers, running OS-9, together using the serial port, redirection of the input or output paths is possible using the following modifier at the end of a command line:
--- a/docs/nitros9guide/chap1.chapter Sun Jul 07 11:45:13 2002 +0000 +++ b/docs/nitros9guide/chap1.chapter Sun Jul 07 11:45:13 2002 +0000 @@ -4,13 +4,13 @@ <section> <title>What You Need to Run OS-9</title> <para> -OS-9 has been tailored to run on your standard, unmodified Dragon +OS-9 has been tailored to run on your standard, unmodified &make; Computer. To use it you'll need the following things: </para> <itemizedlist mark="bullet"> - <listitem><para>A 64K Memory Dragon Computer</para></listitem> - <listitem><para>A Dragon Disk Drive With Contoller Cartridge</para></listitem> - <listitem><para>An OS-9 Dragon System Disk</para></listitem> + <listitem><para>A 64K Memory &make; Computer</para></listitem> + <listitem><para>A &make; Computer Disk Drive With Contoller Cartridge</para></listitem> + <listitem><para>An OS-9 &make; Computer System Disk</para></listitem> </itemizedlist> <para> OS-9 is also ready to use the following optional equipment that you @@ -29,7 +29,7 @@ To start up OS-9 follow these steps: <orderedlist numeration="arabic"> -<listitem><para>Turn the Dragon Computer and disk drive(s) on. You should see +<listitem><para>Turn the &make; Computer and disk drive(s) on. You should see the usual Basic greeting message on the screen.</para></listitem> <listitem><para>Insert the OS-9 System Disk in drive zero and close the door.</para></listitem> @@ -56,9 +56,9 @@ <listitem><para>Did you remember to turn the disk drive power switch on?</para></listitem> -<listitem><para>Does your Dragon Computer have 64K RAM? This is a must!</para></listitem> +<listitem><para>Does your &make; Computer have 64K RAM? This is a must!</para></listitem> -<listitem><para>If your Dragon Computer doesn't seem to understand the BOOT +<listitem><para>If your &make; Computer doesn't seem to understand the BOOT command, contact your dealer.</para></listitem> <listitem><para>If the "OS9BOOT message is displayed but nothing else happens, @@ -296,7 +296,7 @@ physically defective. </para> <para> -After you have made your backup disk, try turning the Dragon +After you have made your backup disk, try turning the &make; Computer off and restarting the system with the copy you just made. If it works OK, store it in a safe place in case it is needed later. You should always have a backup copy of your system disk and all
--- a/docs/nitros9guide/chap2.chapter Sun Jul 07 11:45:13 2002 +0000 +++ b/docs/nitros9guide/chap2.chapter Sun Jul 07 11:45:13 2002 +0000 @@ -94,7 +94,7 @@ </screen> <para> The ">" character tells the shell to redirect output (See 4.3.2) to -the printer using the Dragon's parallel port, which has the device +the printer using the &make; Computer's parallel port, which has the device name "/P" (See 3.2). For example, to redirect the output of the "dir" command to the printer, enter: </para> @@ -247,7 +247,7 @@ <section> <title>Using the Keyboard and Video Display</title> <para> -OS-9 has many features to expand the capability of the Dragon +OS-9 has many features to expand the capability of the &make; keyboard and video display. The video display has screen pause, upper/lower case, and graphics functions. The keyboard can generate all ASCII characters and has a type-ahead feature that permits you @@ -261,7 +261,7 @@ <section> <title>Video Display Functions</title> <para> -The Dragon uses reverse video (green letters in a black box) to +The &make; Computer uses reverse video (green letters in a black box) to represent lower-case letters. Normally they are not used, so you have to turn them on if you want to use them with the command: </para>