changeset 153:f4af2c0b842c

Integration into main document
author roug
date Sun, 07 Jul 2002 19:32:19 +0000
parents 6c48191bd06a
children b306cda3f7ec
files docs/nitros9guide/chap7.chapter docs/nitros9guide/config.refentry docs/nitros9guide/os9guide.docbook
diffstat 3 files changed, 23 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/docs/nitros9guide/chap7.chapter	Sun Jul 07 18:44:28 2002 +0000
+++ b/docs/nitros9guide/chap7.chapter	Sun Jul 07 19:32:19 2002 +0000
@@ -86,6 +86,7 @@
 &chdref;
 &cmpref;
 &cobblerref;
+&configref;
 &copyref;
 &dateref;
 &dcheckref;
@@ -99,7 +100,9 @@
 &exref;
 &formatref;
 &freeref;
+&helpref;
 &identref;
+&inizref;
 &killref;
 &linkref;
 &listref;
@@ -122,8 +125,10 @@
 &teeref;
 &tmoderef;
 &tsmonref;
+&tuneportref;
 &unlinkref;
 &verifyref;
 &xmoderef;
+
 </section>
 </chapter>
--- a/docs/nitros9guide/config.refentry	Sun Jul 07 18:44:28 2002 +0000
+++ b/docs/nitros9guide/config.refentry	Sun Jul 07 19:32:19 2002 +0000
@@ -24,7 +24,7 @@
 diskette using the OS-9 BACKUP command and use the copy as your working
 diskette.  Keep the original CONFIG/BOOT Diskette in a safe place to use
 for future backups.  You can use the CONFIG/BOOT Diskette for booting OS-9
-from Color Disk BASIC from Drive /D0.
+from &make; Disk BASIC from Drive /D0.
 </para>
 <para>
 CONFIG requires no initial parameters.  You establish parameters during the
@@ -59,7 +59,7 @@
 <para>
 The devices you can select are:
 </para>
-<para>
+<literallayout>
 	term32	The computer keyboard and standard TV display
 	term80	The computer keyboard and optional 80 column video display
 	d0	Disk Drive 0
@@ -77,7 +77,7 @@
 	m1	A modem
 	m2	A modem
 	ssc	Speech/Sound Cartridge
-</para>
+</literallayout>
 <para>
 To use your computer keyboard and video display, you must select one term.
 You must select d0 as your first disk drive.  Select d1, d2, and d3 for
@@ -92,15 +92,15 @@
 </para>
 <para>
 When the driver selection is complete, a screen prompt requests that you
-select among the Color Computer terminal I/O subroutines.  Select these
+select among the &make; Computer terminal I/O subroutines.  Select these
 subroutines in the same manner that you selected the device drivers.
 You have the following modules from which to make your selections:
 </para>
-<para>
+<literallayout>
 	CO32	A video output module for a 32 column TV display
 	CO80	A video output module for a 80 column video display
 	GRFO	A graphics module for TV display
-</para>
+</literallayout>
 <para>
 When choosing subroutine modules, you must select the video output module
 that matches the terminal module you previously selected for your console
@@ -111,10 +111,10 @@
 drivers and managers.  "Bootlist" is created in the ROOT directory of
 Drive 0.  CONFIG next displays two clock options:
 </para>
-<para>
+<literallayout>
 	1 - 60Hz (American)
 	2 - 50Hz (European)
-</para>
+</literallayout>
 <para>
 If you live in the United States, Canada, or other country with 60Hz
 electrical power, press [1].  If you live in a country with 50Hz power,
@@ -135,13 +135,13 @@
 Following the boot file generation, a menu lets you select the commands you
 wish to include on your system diskette.  You have the following choices:
 </para>
-<para>
+<screen>
 	[N]o Commands, Stop Now - Do not add any commands
 	[B]asic Command Set - Adds the basic OS-9 commands
 	[F]ull COmmand Set - Add all OS-9 commands
 	[I]ndividually Select - Select desired commands one by one
 	[?] Receive Help - Get help on the command set
-</para>
+</screen>
 <para>
 Press [N] if you want to create a boot file, but do not wish to add any
 commands to the new system diskette.  Use this option to create a new boot
@@ -201,13 +201,13 @@
 drivers and descriptors supported by OS-9.  The filename extension
 describes the type of file, as noted in the following table:
 </para>
-<para>
+<screen>
 	Extension 	Module Type
 	.dd		Device Descriptor module
 	.dr		Device Driver module
 	.io		Input/Output subroutine module
 	.hp		Help file
-</para>
+</screen>
 </refsect1>
 </refentry>
 
--- a/docs/nitros9guide/os9guide.docbook	Sun Jul 07 18:44:28 2002 +0000
+++ b/docs/nitros9guide/os9guide.docbook	Sun Jul 07 19:32:19 2002 +0000
@@ -4,7 +4,7 @@
   <!ENTITY repeatst   "{">
   <!ENTITY repeaten   "}">
   <!ENTITY vendor     "Dragon Data">
-  <!ENTITY make   "Dragon">
+  <!ENTITY make   "Dragon/Color">
   <!ENTITY preface       SYSTEM "preface-dragon.preface">
   <!ENTITY chap1         SYSTEM "chap1.chapter">
   <!ENTITY chap2         SYSTEM "chap2.chapter">
@@ -19,6 +19,7 @@
   <!ENTITY keysapp       SYSTEM "keys.appendix">
   <!ENTITY go51app       SYSTEM "go51.appendix">
   <!ENTITY acia51app     SYSTEM "acia51.appendix">
+
   <!ENTITY attrref       SYSTEM "attr.refentry">
   <!ENTITY backupref     SYSTEM "backup.refentry">
   <!ENTITY binexref      SYSTEM "binex.refentry">
@@ -26,6 +27,7 @@
   <!ENTITY chdref        SYSTEM "chd.refentry">
   <!ENTITY cmpref        SYSTEM "cmp.refentry">
   <!ENTITY cobblerref    SYSTEM "cobbler.refentry">
+  <!ENTITY configref     SYSTEM "config.refentry">
   <!ENTITY copyref       SYSTEM "copy.refentry">
   <!ENTITY dateref       SYSTEM "date.refentry">
   <!ENTITY dcheckref     SYSTEM "dcheck.refentry">
@@ -39,7 +41,9 @@
   <!ENTITY exref         SYSTEM "ex.refentry">
   <!ENTITY formatref     SYSTEM "format.refentry">
   <!ENTITY freeref       SYSTEM "free.refentry">
+  <!ENTITY helpref       SYSTEM "help.refentry">
   <!ENTITY identref      SYSTEM "ident.refentry">
+  <!ENTITY inizref       SYSTEM "iniz.refentry">
   <!ENTITY killref       SYSTEM "kill.refentry">
   <!ENTITY linkref       SYSTEM "link.refentry">
   <!ENTITY listref       SYSTEM "list.refentry">
@@ -62,6 +66,7 @@
   <!ENTITY teeref        SYSTEM "tee.refentry">
   <!ENTITY tmoderef      SYSTEM "tmode.refentry">
   <!ENTITY tsmonref      SYSTEM "tsmon.refentry">
+  <!ENTITY tuneportref   SYSTEM "tuneport.refentry">
   <!ENTITY unlinkref     SYSTEM "unlink.refentry">
   <!ENTITY verifyref     SYSTEM "verify.refentry">
   <!ENTITY xmoderef      SYSTEM "xmode.refentry">