diff docs/ccguide/chap1.chapter @ 468:60b821f18853

A little here and there.
author roug
date Thu, 03 Oct 2002 21:39:06 +0000
parents bea58398bb15
children f0c8d53e5a50
line wrap: on
line diff
--- a/docs/ccguide/chap1.chapter	Thu Oct 03 21:38:01 2002 +0000
+++ b/docs/ccguide/chap1.chapter	Thu Oct 03 21:39:06 2002 +0000
@@ -4,15 +4,27 @@
 <section>
 <title>Introduction</title>
 <para>
-OS-9 has been tailored to run on your standard, unmodified &make;
-Computer. To use it you'll need the following things:
+The "C" programming language is rapidly growing in popularity
+and seems destined to become one of the most popular programming
+languages used for microcomputers. The rapid rise in the use of C
+is not surprising. C is an incredibly versatile and efficient
+language that can handle tasks that previously would have required
+complex assembly language programming.
 </para>
 
 </section>
 <section>
-<title>Starting the System</title>
+<title>The Language Implementation</title>
 <para>
-To start up OS-9 follow these steps:
+OS-9 C is implemented almost exactly as described in 'The C
+Programming Language' by Kernighan and Ritchie (hereafter referred
+to as K&amp;R).
+</para>
+<para>
+Allthough this version of C follows the specification faithfully,
+there are some differences. The differences mostly reflect
+parts of C that are obsolete or the constraints imposed by memory
+size limitations.
 </para>
 </section>
 </chapter>