159
|
1 <preface>
|
1016
|
2 <title>Welcome to &os9level;!</title>
|
159
|
3 <titleabbrev>Introduction</titleabbrev>
|
|
4 <para>
|
1016
|
5 At the heart of your &make; is an amazing device: the
|
|
6 &CPU; central processing unit (CPU). When introduced in 1980, This
|
|
7 microprocessor offered sophisticated features that were only
|
|
8 found only on much larger and costly computers. Even today, it is
|
|
9 architecture is considered feature-rich. The OS-9 operating system
|
|
10 was designed around the 6809 microprocessor to provide an extremely
|
|
11 efficient and powerful operating system.
|
159
|
12 </para>
|
|
13 <para>
|
|
14 The foundation of a computer's software system is its
|
|
15 <emphasis>Operating System</emphasis> or "OS". It is the master control
|
|
16 program that interfaces all other software to the system's hardware. Some
|
|
17 of the things it must do are performing input and output operations,
|
|
18 coordinating memory use, and many other "housekeeping" functions. All
|
|
19 other software - programming languages, applications programs, etc. -
|
|
20 live in your computer's memory along with the OS and depend on it to
|
|
21 communicate with you using the keyboard and display and to store and
|
|
22 retrieve data on disks, etc. Because virtually all other software relies
|
|
23 on the OS, your computer's performance depends on the capabilities and
|
|
24 efficiency of its OS.
|
|
25 </para>
|
|
26
|
|
27 <para>
|
|
28 OS-9's overall structure was based on the famous UNIX<footnote id="unixdesc">
|
|
29 <para>
|
1011
|
30 UNIX is an operating system designed by Bell Telephone
|
159
|
31 Laboratories, which is becoming widely recognized as a standard for
|
|
32 mini and micro operating systems because of its versatility and
|
|
33 elegant structure.
|
|
34 </para>
|
|
35 </footnote>
|
|
36 operating system, which has been widely acclaimed as the operating
|
|
37 system of the future because of its versatility, logical structure,
|
|
38 and friendly user commands. The OS-9 family of advanced software is
|
|
39 not only more powerful than most other microcomputer scftware - it
|
|
40 is also much easier to learn and use.
|
|
41 </para>
|
|
42 <para>
|
|
43 Some of the advanced OS-9 features you'll learn about in this
|
|
44 book are:
|
|
45 </para>
|
|
46 <orderedlist numeration="arabic">
|
|
47
|
1011
|
48 <listitem><para>Friendly UNIX-like
|
159
|
49 user interface and environment</para></listitem>
|
|
50
|
|
51 <listitem><para>Multiuser/Multitasking Real-Time Operating System</para></listitem>
|
|
52
|
|
53 <listitem><para>Extensive support for structured, modular programming</para></listitem>
|
|
54
|
|
55 <listitem><para>Device-independent interrupt-driven input/output system</para></listitem>
|
|
56
|
|
57 <listitem><para>Multi-level directory file system</para></listitem>
|
|
58
|
|
59 <listitem><para>Fast Random-Access File System</para></listitem>
|
|
60
|
|
61 <listitem><para>Readily Expandable and Adaptable Design</para></listitem>
|
|
62
|
|
63 </orderedlist>
|
|
64 <para>
|
|
65 If you don't know what some of these thing mean yet - don't
|
|
66 worry. As you explore OS-9 you'll soon learn how they enhance the
|
1011
|
67 capability of your &make; and make it so much easier to use
|
159
|
68 in almost any application.
|
|
69 </para>
|
|
70 <para>
|
|
71 OS-9 has many commands and functions - definitely more than
|
|
72 you can learn in an evening! The best way to become an OS-9 expert
|
|
73 is to study this manual carefully, section-by-section, taking tire
|
|
74 to try out each command or function. Because many functions affect
|
|
75 others, you'll find this manual extensively cross-referenced so you
|
|
76 can skip ahead to help you understand a new topic. Taking the time
|
|
77 to study this book will certainly increase your knowledge and
|
|
78 enjoyment of OS-9.
|
|
79 </para>
|
|
80 <para>
|
|
81 But if you can't wait, at least read the rest of this chapter,
|
1016
|
82 scan the command descriptions in a later chapter, and have fun
|
159
|
83 experimenting!
|
|
84 </para>
|
|
85 </preface>
|