view docs/articles/articles.docbook @ 2798:b70d93f8d7ce lwtools-port

Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors. Updated level1/coco1/modules/makefile & level2/coco3/modules/makefile so that correct values would be sent to assembler when building superdesc.asm for s(x).dd and i(x).dd descriptors.
author drencor-xeen
date Mon, 28 Jan 2013 16:13:05 -0600
parents 2038f48c78e4
children
line wrap: on
line source

<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  <!ENTITY bootprocess  SYSTEM "bootprocess.article">
  <!ENTITY ded          SYSTEM "ded.article">
  <!ENTITY diskcrash    SYSTEM "diskcrash.article">
  <!ENTITY extmodule    SYSTEM "extensionmodule.article">
  <!ENTITY os9software  SYSTEM "os9software.article">
  <!ENTITY tutorial     SYSTEM "tutorial.article">
 ]>
<book id="articles" lang="en">
<part label="Part One" id="part1">
<title>Using OS9</title>
<partintro>
<para>Introduction to OS9 - Using it</para>
</partintro>
&tutorial;
</part>
<part label="Part Two" id="part2">
<title>System Administration</title>
<partintro>
<para>How to administer OS9</para>
</partintro>
&bootprocess;
&diskcrash;
&ded;
</part>
<part label="Part Three" id="part3">
<title>Programming</title>
<partintro>
<para>How to program OS9</para>
</partintro>
&os9software;
&extmodule;
</part>
</book>