home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / exec / docs / exec.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  2.2 KB  |  122 lines

  1.  
  2.  
  3.  
  4.           AOS - The AmigaOS Replacement Project
  5.  
  6.                    Exec
  7.  
  8.     A Piece Of Software To Emulate Exec As In KickStart 40.70
  9.  
  10.              Written By (in historical order)
  11.  
  12.         Aaron "Optimizer" Digulla (digulle@fh-konstanz.de)
  13.  
  14.               $VER: exec.doc 1.0 (03.09.95)
  15.  
  16.   (C) 1995 AROS - The Amiga Replacement OS
  17.  
  18.  
  19. Contents:
  20.     0. Preface
  21.     1. Introduction
  22.     1.1 What Is This All About ?
  23.     1.2 What Is This Document About ?
  24.     2. Introduction to Exec
  25.     3. Exec Lists And Queues
  26.     4. Exec Libraries
  27.     5. Exec Devices
  28.     6. Exec Memory Allocation
  29.     7. Exec Tasks
  30.     8. Exec Signals
  31.     9. Exec Messages And Ports
  32.     10. Exec Semaphores
  33.     11. Exec Interrupts
  34.     Index
  35.  
  36. 0. Preface
  37.  
  38. This document describes how we want to implement an Exec-library
  39. which is compatible to exec.library 40.10 in KickStart 40.70.
  40.  
  41. Take this document als preliminary and subject to change without
  42. notice. Maybe the first few sections should go into a document
  43. of their own and the like.
  44.  
  45. 1. Introduction
  46. 1.1 What Is This All About ?
  47.  
  48. This document is part of the AOS - The AmigaOS Replacement Project which
  49. tries to re-implement the AmigaOS found in the Amiga-Computer. The
  50. goal of all this is to end with a new OS for Amiga-Computers and
  51. other systems which has the following attributes:
  52.  
  53.     * It should allow to run Amiga software on Amigas and other
  54.     computers.
  55.     * It should work on most if not all other systems
  56.     * It should keep the main advantages of the original system:
  57.     Small, Fast, Intuitive.
  58.  
  59. 1.2 What Is This Document About ?
  60.  
  61. This document describes the Exec-part of the AOS-Project. Exec is the
  62. basic part of the AmigaOS. It implements
  63.  
  64.     * Multitasking
  65.     * Devices
  66.     * Shared Libraries
  67.     * Message Passing and Ports
  68.     * Memory Allocation
  69.     * Signals
  70.     * Lists and Queues
  71.     * Semaphores
  72.     * Interrupts
  73.     * System Initialisation
  74.  
  75. This document descibes how to use Exec.
  76.  
  77. 2. Introduction to Exec
  78.  
  79. Still to come.
  80.  
  81. 3. Exec Lists And Queues
  82.  
  83. Still to come.
  84.  
  85. 4. Exec Libraries
  86.  
  87. Still to come.
  88.  
  89. 5. Exec Devices
  90.  
  91. Still to come.
  92.  
  93. 6. Exec Memory Allocation
  94.  
  95. Still to come.
  96.  
  97. 7. Exec Tasks
  98.  
  99. Still to come.
  100.  
  101. 8. Exec Signals
  102.  
  103. Still to come.
  104.  
  105. 9. Exec Messages And Ports
  106.  
  107. Still to come.
  108.  
  109. 10. Exec Semaphores
  110.  
  111. Still to come.
  112.  
  113. 11. Exec Interrupts
  114.  
  115. Still to come.
  116.  
  117. Index
  118.  
  119. Still to come.
  120.  
  121.  
  122.